[ticket/14038] Minor color tweaks

This commit is contained in:
Michael Miday 2015-08-31 06:35:54 +02:00
parent d228c80c61
commit aafa5b6ed0

View file

@ -198,16 +198,18 @@ dl.details dd {
} }
.jumpbox .dropdown li { .jumpbox .dropdown li {
border-top-color: #0076B1; border-top-color: #CCCCCC;
} }
.jumpbox-cat-link { .jumpbox-cat-link {
background-color: #0076b1; background-color: #0076b1;
border-top-color: #0076B1;
color: #FFFFFF; color: #FFFFFF;
} }
.jumpbox-cat-link:hover { .jumpbox-cat-link:hover {
background-color: #12A3EB; background-color: #12A3EB;
border-top-color: #12A3EB;
color: #FFFFFF; color: #FFFFFF;
} }
@ -219,10 +221,18 @@ dl.details dd {
background-color: #F6F4D0; background-color: #F6F4D0;
} }
.jumpbox .dropdown .pointer-inner {
border-color: #E1EBF2 transparent;
}
.jumpbox-sub-link { .jumpbox-sub-link {
background-color: #E1EBF2; background-color: #E1EBF2;
} }
.jumpbox-sub-link:hover {
background-color: #F1F8FF;
}
/* Miscellaneous styles /* Miscellaneous styles
---------------------------------------- */ ---------------------------------------- */