ersetze hellblau durch grau

This commit is contained in:
eggy
2017-07-05 19:53:30 +02:00
parent 34e9af198e
commit 803192d88d
+4 -4
View 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,