diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 74a9642f..fc12b401 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -72,7 +72,7 @@ form li.g-warning { padding: .3em .8em .3em 1em; } -.g-error, +.g-error, .g-denied, tr.g-error td.g-error { background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; @@ -88,7 +88,7 @@ tr.g-error td.g-error { background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; } -.g-warning, +.g-warning, tr.g-warning td.g-warning { background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; } |