]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero/style.css
fix text-editor in theme
[friendica.git] / view / theme / darkzero / style.css
old mode 100644 (file)
new mode 100755 (executable)
index c92529f..fdaf26f
@@ -7,7 +7,7 @@ a:hover {text-decoration: underline; }
 
 input, select, textarea {
        background-color: #222222;
-       color: #FFFFFF;
+       color: #FFFFFF !important;
        border: 1px solid #444444;
 }
 .openid { background-color: #222222;}
@@ -17,7 +17,7 @@ aside{        background-image: url(border.jpg); padding-bottom: 0px; }
 section { background-color: #333333;   background-image: url(border.jpg); }
 
 
-#profile-tabs-wrapper {        background-image: url(head.jpg); }
+.tabs {        background-image: url(head.jpg); }
 div.wall-item-content-wrapper.shiny {  background-image: url('shiny.png'); }
 
 nav #banner #logo-text a { color: #ffffff; }
@@ -62,3 +62,33 @@ footer {
 }
 
 
+input#dfrn-url {
+       background-color: #222222;
+       color: #FFFFFF !important;
+}
+.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
+    color: #000088;
+}
+
+#jot-perms-icon {
+       float: left;
+}
+
+
+#jot-title {
+       background-color: #333333;
+       border: 1px solid #333333;
+}
+
+#jot-title::-webkit-input-placeholder{ color: #555555!important;}
+#jot-title:-moz-placeholder{color: #555555!important;}
+               
+       
+#jot-title:hover,
+#jot-title:focus {
+       border: 1px solid #cccccc; 
+}
+blockquote {
+       background: #ddd;
+       color: #000;
+}