diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:07:56 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 23:07:56 -0600 |
commit | a1847df83bfddf350fc71fd0e0e1c054bc94ce2d (patch) | |
tree | 8edacdd85513cdc4125e4066305ecab5c5857f4a /lib | |
parent | 49b94fbb3ddd26fe04e65d238f6462409c68357c (diff) |
Remove unused and/or redundant admin theme styles. Correct bg's (again) in admin > maintenance tables for IE.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 39124d6e..235c5604 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -273,10 +273,15 @@ tr.g-error td.g-error { } .g-success, -.g-allowed { +.g-allowed, +tr.g-success td.g-success { background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; } +tr.g-success td.g-success { + background-color: transparent; +} + .g-warning, tr.g-warning td.g-warning { background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; |