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

@ -90,3 +90,37 @@ div.post.reply div.body a {
div.post.reply div.body a:hover {
color: grey;
}
#options_div {
background-color: #1E1E1E;
}
.options_tab_icon {
color: #808080;
}
.options_tab_icon.active {
color: #ffffff;
}
.threadlinks {
background-color: #1E1E1E;
}
form table tr th{
background: #1E1E1E;
}
.bar.bottom {
background: #1E1E1E;
}
input[type="text"], textarea, select {
background: #333333;
color: #808080;
}
div.banner {
background-color: #1E1E1E;
color: #808080;
}