]> git.mxchange.org Git - friendica.git/commitdiff
Fix darkzero/ns BB icon background colours.
authorThomas Willingham <founder@kakste.com>
Tue, 22 May 2012 18:14:58 +0000 (19:14 +0100)
committerThomas Willingham <founder@kakste.com>
Tue, 22 May 2012 18:14:58 +0000 (19:14 +0100)
view/theme/darkzero-NS/style.css
view/theme/darkzero/style.css

index 1efe093ed0988b6b910bbf29eb3e259696d8470f..6dc788f35381e8a028d5c7a3216883dd96e0c60b 100644 (file)
@@ -146,11 +146,11 @@ blockquote {
   background:#444;
 }
 
-
-
-
-
 .wall-item-content {
        max-height: 20000px;
        overflow: none;
+}
+
+.editicon:hover {
+       background-color: #ccc;
 }
\ No newline at end of file
index 6f238bec60f1d0beee1c1cc4bb963eeeaaa83816..e0155144db606385089337abb933718a790441f9 100644 (file)
@@ -146,3 +146,12 @@ blockquote {
   background:#444;
 }
 
+.editicon {
+       background-color: #333;
+}
+
+/* This seems okay to me...we might not need a new iconset, lets see how people react */
+
+.editicon:hover {
+       background-color: #ccc;
+}
\ No newline at end of file