]> 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 a3df740ebae09b3f488d8fe42a93372dc6fbc475..77650a91ad1032e0609d41b5fb6faa564fb9661f 100644 (file)
@@ -22,7 +22,11 @@ div.wall-item-content-wrapper.shiny {  background-image: url('shiny.png'); }
 
 nav #banner #logo-text a { color: #ffffff; }
 
-.wall-item-content-wrapper { border: 1px solid #444444; }
+.wall-item-content-wrapper { 
+border: 1px solid #444444; 
+background: #444;  
+
+}
 .wall-item-tools {     background-color: #444444;   background-image: none;}
 .comment-wwedit-wrapper{ background-color: #333333; }
 .comment-edit-preview{ color: #000000; }
@@ -99,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 {
@@ -118,4 +122,31 @@ input#acl-search {
 
 #nav-notifications-menu li:hover {
   background: #444;
+}
+
+.acpopupitem{
+  background:#2e2f2e;
+}
+
+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