summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-07 07:36:48 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-07 07:36:48 +0000
commitba052c0cc94a1b1acbe3322e9e3705f71f7134ac (patch)
treea66105cf010350875806e428897c99a31fa47875 /themes/default/css
parentf8f471c59be38e94242d63ad0facb899594de58d (diff)
Extract the Akismet driver from the Spam_Filter module into a module
in its own right. Clean up the tests, streamline the code and improve the admin interaction. Add a working stats page.
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/screen.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index e990571a..9a955699 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -266,6 +266,7 @@ li.gError select {
/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */
+#gAdminAkismet .gSuccess,
#gSiteStatus li,
#gMessage li {
border: 1px solid #ccc;
@@ -299,6 +300,7 @@ li.gError select {
background-image: url('../images/ico-info.png');
}
+#gAdminAkismet .gSuccess,
#gSiteStatus .gSuccess,
#gMessage .gSuccess {
background-color: #cfc;