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

@ -260,3 +260,19 @@ table.modlog tr th {
color: #AAAAAA;
/*text-shadow: 0px 0px 3px #00ff00;*/
}
.options_tab_icon {
color: #FF46D2;
}
.options_tab_icon.active {
color: #00ff00;
text-shadow: 0px 0px 10px #00ff00;
}
#options_div {
background-color: #0C0001;
border: #33cccc 2px solid;
border-radius: 5px;
}
#options_tablist {
border: #33cccc 1px solid;
}