diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-29 22:03:35 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-29 22:03:35 +0000 |
commit | 63eebc1c123edbf93dc9eaa8380e3b476e982567 (patch) | |
tree | 3a6fe09f36d46e97144d4af45c4fe5e97f66d3c5 /admin/themes/roma | |
parent | a129f6b257b4e802e4345fd7b01fdc6b75f3963c (diff) |
some admin theme cleanup - remove unused css
git-svn-id: http://piwigo.org/svn/trunk@8383 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index ff598ed40..de1612a28 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1,19 +1,19 @@ -/* generic colors - roma */ -.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 */ - +/* generic colors - roma +.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 { color:#666; } INPUT, select, textarea { color:#999; background-color: #444; } |