diff options
author | grum <grum@piwigo.org> | 2010-03-29 21:41:23 +0000 |
---|---|---|
committer | grum <grum@piwigo.org> | 2010-03-29 21:41:23 +0000 |
commit | a3ebfcde8aa4c7ef7e054579cf4c1e8d4fbcbb4c (patch) | |
tree | 9bc229612da49f078e45a1c358f9a8ed5b194563 /admin/themes/clear | |
parent | fba94905a988d24965586a4cd803a5b99c2d5fe7 (diff) |
update clear & roma theme with generic classes, adding input styles
git-svn-id: http://piwigo.org/svn/trunk@5463 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/clear/theme.css | 3 |
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;} |