]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using neutral colour for notice hover
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 16 Jun 2009 06:32:17 +0000 (06:32 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 16 Jun 2009 06:32:17 +0000 (06:32 +0000)
theme/default/css/display.css
theme/identica/css/display.css

index 166e62157bea435bb1d1587d3866eb19683224d9..06cf9fb2607fe46abd12d67879c9f013e490fa8c 100644 (file)
@@ -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 {
index cab42f16f433614ef0ad69e120a42c250d1f4f56..0332a6f1e1ce09d61d898c79d96dcf2d4c42773f 100644 (file)
@@ -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 {