mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-24 20:31:04 +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 */
|
||||
#navigation a {
|
||||
color: #a1a2a3;
|
||||
background-color: #020202;
|
||||
background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
|
||||
background-color: #1c1f26;
|
||||
}
|
||||
|
||||
.rtl #navigation a {
|
||||
background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
|
||||
background-position: 0 100%;
|
||||
}
|
||||
|
||||
#navigation a:hover {
|
||||
background-image: none;
|
||||
background-color: #121212;
|
||||
background-color: #30353d;
|
||||
color: #a7a7a9;
|
||||
}
|
||||
|
||||
#navigation #active-subsection a {
|
||||
color: #7ca8c5;
|
||||
background-color: #1c1f26;
|
||||
background-color: #30353d;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue