From a3ebfcde8aa4c7ef7e054579cf4c1e8d4fbcbb4c Mon Sep 17 00:00:00 2001 From: grum Date: Mon, 29 Mar 2010 21:41:23 +0000 Subject: update clear & roma theme with generic classes, adding input styles git-svn-id: http://piwigo.org/svn/trunk@5463 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'admin/themes/clear/theme.css') 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;} -- cgit v1.2.3