]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/flat.css
[frio] Fix wrongly removed content wrapper and fix CSS instead. (#5496) (#5505)
[friendica.git] / view / theme / vier / flat.css
index 5e6b4743905c316aaec859cb76c9d91c656236ed..03e18f1070f81c822860214f8a11b533192ddcf8 100644 (file)
@@ -1,11 +1,4 @@
-*{ 
-       box-shadow: 0 0 0 0 !important;
-       border-color: #EAEAEA !important;
-}
-
-nav { background-color: #27333F !important; }
-aside { background-color: #EAEEF4 !important }
-
+*{ box-shadow: 0 0 0 0 !important;} 
 body, section { background-color: #ffffff !important;}
 #profile-jot-form { background-color: #ffffff !important;}
 .dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;}
@@ -18,4 +11,13 @@ div.pager, ul.tabs {
 
 aside {
   border-right: 1px solid #D2D2D2;
+}
+
+right_aside {
+  border-left: 1px solid #D2D2D2;
+}
+
+#viewcontact_wrapper-network {
+  background-color: #FFF;
+  border-bottom: 1px solid #D2D2D2;
 }
\ No newline at end of file