]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using transparent background colour instead of solid for notice on hover
authorSarven Capadisli <csarven@controlyourself.ca>
Thu, 25 Jun 2009 20:36:02 +0000 (20:36 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Thu, 25 Jun 2009 20:36:02 +0000 (20:36 +0000)
theme/default/css/display.css
theme/identica/css/display.css

index f592e930f01fd5066b9642ef338958a408aa7773..89197bddb941dd39056e7bd352071f1233a56a33 100644 (file)
@@ -245,7 +245,7 @@ div.notice-options input {
 font-family:sans-serif;
 }
 #content .notices li:hover {
-background-color:#FCFCFC;
+background-color:rgba(240, 240, 240, 0.2);
 }
 #conversation .notices li:hover {
 background-color:transparent;
index 09ad4c9724a2f072dc540ce18cc6f686f6062f04..025debf34caf91049c7f2e6c597d2a5017af3c3c 100644 (file)
@@ -245,7 +245,7 @@ div.notice-options input {
 font-family:sans-serif;
 }
 #content .notices li:hover {
-background-color:#FCFCFC;
+background-color:rgba(240, 240, 240, 0.2);
 }
 #conversation .notices li:hover {
 background-color:transparent;