mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14038] Minor color tweaks
This commit is contained in:
parent
d228c80c61
commit
aafa5b6ed0
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue