diff options
-rw-r--r-- | themes/admin_wind/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index de6d436e..bd940cbc 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -399,6 +399,11 @@ tr.gWarning { background-color: #fcf9ce; } +#gLogEntries .gInfo, +#gLogEntries .gSuccess { + background-color: #fff; +} + /* Inline layout (forms, lists) ~~~~~~~~~~ */ .gShortForm li { |