aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-19 20:12:23 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-19 20:12:23 +0000
commitce6af255b41b5fcd371ed72e4b51cc54d45cabd5 (patch)
tree28e1caeca01704637ba3957f4ccf0bdcd8243f8e
parentc73618f12ca19c6b34d1105d048e8c602431203f (diff)
removed unused css rules from admin
git-svn-id: http://piwigo.org/svn/trunk@7822 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/clear/theme.css5
-rw-r--r--admin/themes/roma/theme.css5
2 files changed, 4 insertions, 6 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 30c0a8e09..a7832e4d6 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -16,13 +16,12 @@
/* text color */
.theme_title { left: 15px; color: #000; text-align: left;}
-body, h3, dt, h2, .throw, .content, label,
-input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#777; }
+body, h3, dt, h2, .throw, .content, label { color:#777; }
th { color: #888; }
INPUT, select, textarea { color:#666; background-color: #ccc; }
input[type="radio"], input[type="checkbox"] { background-color: transparent; }
INPUT[type="submit"], INPUT[type="reset"] { color:#666; border: 1px solid #777; background-color: #bbb; padding: 1px 15px; }
-input.rateButton, legend, h3 { color: #777; }
+legend, h3 { color: #777; }
h2 { color: #777; }
INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index b6cc920cd..59f5d4016 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -15,15 +15,14 @@
.gcBorderInput { border-color:#666666; } /* used for inputs */
/* text color */
-body, h3, dt, h2, .throw, .content, label,
-input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
+body, h3, dt, h2, .throw, .content, label { color:#666; }
INPUT, select, textarea { color:#999; background-color: #444; }
option[disabled] { background-color: #999; color: #444; }
input[type="radio"], input[type="checkbox"] { background-color: transparent; }
/* INPUT[type="checkbox"], INPUT[type="radio"]
{ color:#999; background-color: #eee; } */
INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
-input.rateButton, legend, h3 { color: #666; }
+legend, h3 { color: #666; }
h2 { color: #ccc; }
.header_notes {