]> git.aero2k.de Git - dfde-theme.git/commitdiff
ersetze hellblau durch grau
authoreggy <eggy@localhost>
Wed, 5 Jul 2017 17:53:30 +0000 (19:53 +0200)
committereggy <eggy@localhost>
Wed, 5 Jul 2017 17:53:30 +0000 (19:53 +0200)
theme/colours.css

index dab6995368bb65890f08ff26ee6b15cf24c03f67..201b9cd7f0bf1265580838b58e41b4d782680c83 100644 (file)
@@ -261,7 +261,7 @@ dl.details dd {
 }
 
 .jumpbox-forum-link {
-       background-color: #E1EBF2;
+       background-color: #f0f0f0;
 }
 
 .jumpbox-forum-link:hover {
@@ -269,11 +269,11 @@ dl.details dd {
 }
 
 .jumpbox .dropdown .pointer-inner {
-       border-color: #E1EBF2 transparent;
+       border-color: #f0f0f0 transparent;
 }
 
 .jumpbox-sub-link {
-       background-color: #E1EBF2;
+       background-color: #f0f0f0;
 }
 
 .jumpbox-sub-link:hover {
@@ -818,7 +818,7 @@ ul.cplist {
 /* Mini tabbed menu used in MCP
 ----------------------------------------*/
 .minitabs .tab > a {
-       background-color: #E1EBF2;
+       background-color: #f0f0f0;
 }
 
 .minitabs .activetab > a,