]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero-NS/style.css
Modify Javascript to improve page loading times
[friendica.git] / view / theme / darkzero-NS / style.css
index 6dc788f35381e8a028d5c7a3216883dd96e0c60b..5d1bb6310c6c0650da9238c6bd78648a8c32a63d 100644 (file)
@@ -113,7 +113,7 @@ input#acl-search {
 
 
 .notify-seen {
-  background:#666;
+  background:#111;
 }
 
 #nav-notifications-menu {
@@ -151,6 +151,33 @@ blockquote {
        overflow: none;
 }
 
-.editicon:hover {
-       background-color: #ccc;
-}
\ No newline at end of file
+.editicon {
+       background-color: #333;
+}
+
+#datebrowse-sidebar select {
+color:#99CCFF !important;
+}
+
+.settings-widget .selected {
+background: #666;
+}
+
+#adminpage table tr:hover {
+    color: #eec;
+    background-color: #666;
+}
+
+input#prvmail-subject {
+background: #222 !important;
+}
+
+/* Events */
+
+.fc-state-highlight {
+background: #666 !important;
+}
+.fc-state-disabled, .fc-state-disabled .fc-button-inner {
+color: #000 !important;
+}