]> git.mxchange.org Git - friendica.git/commitdiff
Darkzero/NS - make the archives font the same colour as the other widgets.
authorThomas Willingham <founder@kakste.com>
Thu, 21 Jun 2012 01:42:38 +0000 (02:42 +0100)
committerThomas Willingham <founder@kakste.com>
Thu, 21 Jun 2012 01:42:38 +0000 (02:42 +0100)
view/theme/darkzero-NS/style.css
view/theme/darkzero/style.css

index 6dc788f35381e8a028d5c7a3216883dd96e0c60b..e7c70dc54264debe9dd10587c06903cac91b37d7 100644 (file)
@@ -153,4 +153,8 @@ blockquote {
 
 .editicon:hover {
        background-color: #ccc;
+}
+
+#datebrowse-sidebar select {
+color:#99CCFF !important;
 }
\ No newline at end of file
index 77650a91ad1032e0609d41b5fb6faa564fb9661f..8a6099ee810c004baace1f538f3051cb70223c9c 100644 (file)
@@ -149,4 +149,8 @@ blockquote {
 /* This seems okay to me...we might not need a new iconset, lets see how people react */
 .editicon {
        background-color: #333;
+}
+
+#datebrowse-sidebar select {
+color:#99CCFF !important;
 }
\ No newline at end of file