]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero/style.css
slackr - better highlighting of current selections
[friendica.git] / view / theme / darkzero / style.css
index 5a0559e3d79edc668057be3d55bf42172c2b1895..77650a91ad1032e0609d41b5fb6faa564fb9661f 100644 (file)
@@ -103,7 +103,7 @@ blockquote {
 }
 
 .acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
-        color: #000000;
+        color: #eec;
 }
 
 input#acl-search {
@@ -130,9 +130,23 @@ input#acl-search {
 
 code {
   background:#2e2f2e !important;
+  color:#fff !important;
 }
 
 blockquote {
   background:#2e2f2e !important;
   color:#eec !important;
+}
+
+.group-selected, .nets-selected, .fileas-selected, .categories-selected {
+  background:#2e2f2e;
+}
+
+#fancybox-content{
+  background:#444;
+}
+
+/* This seems okay to me...we might not need a new iconset, lets see how people react */
+.editicon {
+       background-color: #333;
 }
\ No newline at end of file