mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-28 14:11:53 +00:00
- Changed design and colors of user control panel side tabs.
This commit is contained in:
parent
460c96429c
commit
8042b16def
1 changed files with 3 additions and 6 deletions
|
@ -864,24 +864,21 @@ ul.cplist {
|
||||||
/* Link styles for the sub-section links */
|
/* Link styles for the sub-section links */
|
||||||
#navigation a {
|
#navigation a {
|
||||||
color: #a1a2a3;
|
color: #a1a2a3;
|
||||||
background-color: #020202;
|
background-color: #1c1f26;
|
||||||
background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #navigation a {
|
.rtl #navigation a {
|
||||||
background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
|
|
||||||
background-position: 0 100%;
|
background-position: 0 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation a:hover {
|
#navigation a:hover {
|
||||||
background-image: none;
|
background-color: #30353d;
|
||||||
background-color: #121212;
|
|
||||||
color: #a7a7a9;
|
color: #a7a7a9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation #active-subsection a {
|
#navigation #active-subsection a {
|
||||||
color: #7ca8c5;
|
color: #7ca8c5;
|
||||||
background-color: #1c1f26;
|
background-color: #30353d;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue