1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 04:42:37 +02:00

[ticket/14038] Stylize & differintiate

This commit is contained in:
Michael Miday
2015-08-30 18:30:40 +02:00
parent 5b112b974f
commit 0e26b4e68f
4 changed files with 62 additions and 7 deletions

View File

@@ -197,6 +197,32 @@ dl.details dd {
background-image: url("./images/icon_pages.gif");
}
.jumpbox .dropdown li {
border-top-color: #0076B1;
}
.jumpbox-cat-link {
background-color: #0076b1;
color: #FFFFFF;
}
.jumpbox-cat-link:hover {
background-color: #12A3EB;
color: #FFFFFF;
}
.jumpbox-forum-link {
background-color: #E1EBF2;
}
.jumpbox-forum-link:hover {
background-color: #F6F4D0;
}
.jumpbox-sub-link {
background-color: #E1EBF2;
}
/* Miscellaneous styles
---------------------------------------- */