mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-21 11:30:51 +00:00
Changed control panel tab colors. No longer use an image.
This commit is contained in:
parent
373a031f45
commit
e3850268c7
3 changed files with 3 additions and 3 deletions
|
@ -822,11 +822,10 @@ ul.cplist {
|
||||||
/* CP tabbed menu
|
/* CP tabbed menu
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
#tabs a {
|
#tabs a {
|
||||||
background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
|
background-color:#20252d
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs a span {
|
#tabs a span {
|
||||||
background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
|
|
||||||
color: #5aa2d2;
|
color: #5aa2d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -835,7 +834,8 @@ ul.cplist {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs .activetab a {
|
#tabs .activetab a {
|
||||||
border-bottom-color: #121212;
|
background-color:#30353d;
|
||||||
|
border-bottom-color: #5aa2c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs .activetab a span {
|
#tabs .activetab a span {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 966 B |
Loading…
Reference in a new issue