CSS changes, namely the options dialog themes for several CSS styles, thanks to crash_override, glitch art and improvement to test CSS theme, and the removal of various incorrect background colors for top and bottom bars.

This commit is contained in:
Benjamin Southall 2017-05-11 20:57:47 +09:00
parent 7043eec8ad
commit ca4aa67acb
9 changed files with 727 additions and 15 deletions

View file

@ -257,3 +257,12 @@ table.modlog tr th {
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #59B451;*/
}
#options_div {
background-color: #0B110A;
}
.options_tab_icon {
color: #59B451;
}
.options_tab_icon.active {
color: #293728;
}