summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-16 06:32:17 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-16 06:32:17 +0000
commit5daa0e358f0a75261e3240820cd6bcf7a57504fc (patch)
treebddc09411576d6d3086d35bb8fbe21069113af70 /theme
parent8c24a3bc92484d19ed4ba489d2d7b1172f4b355d (diff)
Using neutral colour for notice hover
Diffstat (limited to 'theme')
-rw-r--r--theme/default/css/display.css4
-rw-r--r--theme/identica/css/display.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 166e62157..06cf9fb26 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -228,8 +228,8 @@ div.notice-options a,
div.notice-options input {
font-family:sans-serif;
}
-.notices li.hover {
-background-color:#fcfcfc;
+.notices li:hover {
+background-color:rgba(194, 194, 194, 0.025);
}
.notices .notices {
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index cab42f16f..0332a6f1e 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -228,8 +228,8 @@ div.notice-options a,
div.notice-options input {
font-family:sans-serif;
}
-.notices li.hover {
-background-color:#fcfcfc;
+.notices li:hover {
+background-color:rgba(194, 194, 194, 0.025);
}
.notices .notices {