aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r--admin/themes/clear/theme.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index aa6a20a6d..f4e2cc526 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -2,14 +2,17 @@
.gcText { color: #777777; } /* used for text */
.gcText2 { color: #777777; } /* used for table header */
.gcText3 { color: #555555; } /* used for tabs text */
+.gcTextInput { color:#666666; } /* used for inputs */
.gcLink { color: #005E89; } /* used for link */
.gcLinkHover { color: #D54E21; } /* used for link */
.gcBgPage { background-color: #F9F9F9; } /* used for page background */
.gcBgTabSheet { background-color: #F1F1F1; } /* used inside tabsheet & menu */
.gcBgTableRow1 { background-color: #DDDDDD; } /* used in for tables rows background */
.gcBgTableRow2 { background-color: #EEEEEE; } /* used in tables rows & some widgets background */
+.gcBgInput { background-color:#CCCCCC; } /* used for inputs */
.gcBorder { border-color: #AAAAAA; } /* used for borders */
.gcBorder2 { border-color: #666666; } /* used for widgets borders */
+.gcBorderInput { border-color:#777777; } /* used for inputs */
/* text color */
.theme_title { left: 15px; color: #000; text-align: left;}