Changeset 5463 for trunk/admin/themes
- Timestamp:
- Mar 29, 2010, 11:41:23 PM (15 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r5460 r5463 3 3 .gcText2 { color: #777777; } /* used for table header */ 4 4 .gcText3 { color: #555555; } /* used for tabs text */ 5 .gcTextInput { color:#666666; } /* used for inputs */ 5 6 .gcLink { color: #005E89; } /* used for link */ 6 7 .gcLinkHover { color: #D54E21; } /* used for link */ … … 9 10 .gcBgTableRow1 { background-color: #DDDDDD; } /* used in for tables rows background */ 10 11 .gcBgTableRow2 { background-color: #EEEEEE; } /* used in tables rows & some widgets background */ 12 .gcBgInput { background-color:#CCCCCC; } /* used for inputs */ 11 13 .gcBorder { border-color: #AAAAAA; } /* used for borders */ 12 14 .gcBorder2 { border-color: #666666; } /* used for widgets borders */ 15 .gcBorderInput { border-color:#777777; } /* used for inputs */ 13 16 14 17 /* text color */ -
trunk/admin/themes/roma/theme.css
r5460 r5463 3 3 .gcText2 { color: #FF3366; } /* used for table header */ 4 4 .gcText3 { color: #FF3366; } /* used for tabs text */ 5 .gcTextInput { color:#999999; } /* used for inputs */ 5 6 .gcLink { color: #FF7700; } /* used for link */ 6 7 .gcLinkHover { color: #FF3333; } /* used for link */ … … 9 10 .gcBgTableRow1 { background-color: #111111; } /* used in for tables rows background */ 10 11 .gcBgTableRow2 { background-color: #222222; } /* used in tables rows & some widgets background */ 12 .gcBgInput { background-color:#444444; } /* used for inputs */ 11 13 .gcBorder { border-color: #FF3363; } /* used for borders */ 12 14 .gcBorder2 { border-color: #666666; } /* used for widgets borders */ 15 .gcBorderInput { border-color:#666666; } /* used for inputs */ 13 16 14 17 /* text color */
Note: See TracChangeset
for help on using the changeset viewer.