]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/diabook-dark/style-network.css
Revert Diabook.
[friendica.git] / view / theme / diabook / diabook-dark / style-network.css
index 678e8597c7a1abfe1459fdf389ddd89705f94f2f..ee2e76d3b013df36f5904523be32683d7c4c620c 100644 (file)
@@ -464,7 +464,7 @@ code {
   position: absolute;
   width: 12em;
   background: #2e2f2e;
-  color: #2e2f2e;
+  color: #eec;
   margin: 0px;
   padding: 1em;
   list-style: none;
@@ -667,7 +667,7 @@ nav .nav-menu-icon:hover {
 }
 
 nav .nav-menu-icon.selected {
-  background-color: #fff;
+  background-color: #308dbf;
 }
 nav .nav-menu-icon img {
   width: 22px;
@@ -1434,7 +1434,8 @@ transition: all 0.2s ease-in-out;
 }
 .wall-item-comment-wrapper textarea {
   height: 2.0em;
-  width: 100%;
+  /**No idea what's going on here, but at 100%, it's fugly **/
+  width: 98% !important;
   font-size: 10px;
   color: #999999;
   border: 1px solid #2e2e2f;