]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/flat.css
Merge pull request #1243 from tobiasd/20141212
[friendica.git] / view / theme / vier / flat.css
1 *{ 
2         box-shadow: 0 0 0 0 !important;
3         border-color: #EAEAEA !important;
4 }
5
6 nav { background-color: #27333F !important; }
7 aside { background-color: #EAEEF4 !important }
8
9 body, section { background-color: #ffffff !important;}
10 #profile-jot-form { background-color: #ffffff !important;}
11 .dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;}
12
13 div.pager, ul.tabs {
14   box-shadow: unset;
15   background-color: unset;
16   border-bottom: unset;
17 }
18
19 aside {
20   border-right: 1px solid #D2D2D2;
21 }