Last change
on this file since 15600 was
10252,
checked in by grum, 14 years ago
|
bug:2149
Compatibility with Piwigo 2.2 (fix css problem)
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Rev | Line | |
---|
[10252] | 1 | .gcText { color: #666666; } /* used for text */ |
---|
| 2 | .gcText2 { color: #FF3366; } /* used for table header */ |
---|
| 3 | .gcText3 { color: #FF3366; } /* used for tabs text */ |
---|
| 4 | .gcTextInput { color:#999999; } /* used for inputs */ |
---|
| 5 | .gcLink { color: #FF7700; } /* used for link */ |
---|
| 6 | .gcLinkHover { color: #FF3333; } /* used for link */ |
---|
| 7 | .gcBgPage { background-color: #111111; } /* used for page background */ |
---|
| 8 | .gcBgTabSheet { background-color: #222222; } /* used inside tabsheet & menu */ |
---|
| 9 | .gcBgTableRow1 { background-color: #111111; } /* used in for tables rows background */ |
---|
| 10 | .gcBgTableRow2 { background-color: #222222; } /* used in tables rows & some widgets background */ |
---|
| 11 | .gcBgInput { background-color:#444444; } /* used for inputs */ |
---|
| 12 | .gcBorder { border-color: #FF3363; } /* used for borders */ |
---|
| 13 | .gcBorder2 { border-color: #666666; } /* used for widgets borders */ |
---|
| 14 | .gcBorderInput { border-color:#666666; } /* used for inputs */ |
---|
Note: See
TracBrowser
for help on using the repository browser.