diff options
Diffstat (limited to 'lib/gallery.common.css')
-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%; |