summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-06 11:32:53 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-06 11:32:53 -0800
commit4977c00db1b812abad5ad2d530e1dd44171b6d85 (patch)
tree4abab0ff9bb6951f8a53b49ea8d2f494a48140d0 /lib
parent31aaf7555f51dd80cf1e97fd3c20a1c245cbf61b (diff)
parent15e22076552929bf1f45888945f65de621aa2aac (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 87498b40..553eb496 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -304,13 +304,16 @@ tr.g-error td.g-error {
}
.g-success,
-.g-allowed,
-tr.g-success td.g-success {
- background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
+.g-allowed {
+ background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%;
+}
+
+tr.g-success {
+ background-image: none;
}
tr.g-success td.g-success {
- background-color: transparent;
+ background-image: url('images/ico-success.png');
}
.g-warning,