diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 17:41:52 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 17:41:52 -0700 |
commit | 12e00309cedb3ed4349ab70a38d64e2b439c5f20 (patch) | |
tree | 6a483450cc4f1fb2df6d29b5525b4a731b2c9998 /themes | |
parent | 74a124b261dabfae2613449addbcabc4310994ac (diff) | |
parent | 80ae2fe4bf8d5872d0aeb18559fa8b099d07282f (diff) |
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_default/css/screen.css | 7 | ||||
-rw-r--r-- | themes/default/css/screen.css | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index c275eb10..21b2b31c 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -312,7 +312,6 @@ li.gError select { .gError { background-color: #f6cbca; - color: red; background-image: url('../images/ico-error.png'); } @@ -346,11 +345,7 @@ table .gSuccess { background-color: transparent !important; } -.gPager .gInfo, -table .gError, -table .gInfo, -table .gSuccess, -table .gWarning { +.gPager .gInfo { background-image: none !important; } diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 5eb30bde..7cf4cfbe 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -308,7 +308,6 @@ li.gError select { .gError { background-color: #f6cbca; - color: #f00; background-image: url('../images/ico-error.png'); } |