diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-30 23:51:31 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-30 23:51:31 -0600 |
commit | 80ae2fe4bf8d5872d0aeb18559fa8b099d07282f (patch) | |
tree | dacef783dcf3b92f3fdb3bd62e6b20552bc7ebda /themes/admin_default/css | |
parent | e6c2fe60c42efee8ce898e208befe63565d98ffc (diff) |
Finish this pass at the Admin Maintenance view. Re-introduce status icons, put Cancel All, Delete All buttons in the action heading cell.
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r-- | themes/admin_default/css/screen.css | 7 |
1 files changed, 1 insertions, 6 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; } |