diff options
-rw-r--r-- | admin/themes/clear/theme.css | 3 | ||||
-rw-r--r-- | admin/themes/roma/theme.css | 3 |
2 files changed, 6 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;} diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 01a0a29f8..f269685e8 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -2,14 +2,17 @@ .gcText { color: #666666; } /* used for text */ .gcText2 { color: #FF3366; } /* used for table header */ .gcText3 { color: #FF3366; } /* used for tabs text */ +.gcTextInput { color:#999999; } /* used for inputs */ .gcLink { color: #FF7700; } /* used for link */ .gcLinkHover { color: #FF3333; } /* used for link */ .gcBgPage { background-color: #111111; } /* used for page background */ .gcBgTabSheet { background-color: #222222; } /* used inside tabsheet & menu */ .gcBgTableRow1 { background-color: #111111; } /* used in for tables rows background */ .gcBgTableRow2 { background-color: #222222; } /* used in tables rows & some widgets background */ +.gcBgInput { background-color:#444444; } /* used for inputs */ .gcBorder { border-color: #FF3363; } /* used for borders */ .gcBorder2 { border-color: #666666; } /* used for widgets borders */ +.gcBorderInput { border-color:#666666; } /* used for inputs */ /* text color */ body, h3, dt, h2, .throw, .content, label, |