style options dialog

This commit is contained in:
czaks 2014-09-21 04:34:36 +02:00
parent 7ec728ffb0
commit d233344534
5 changed files with 57 additions and 10 deletions

View file

@ -96,3 +96,9 @@ table.modlog tr th {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55);
}
/* options.js */
#options_div {
background: rgb(240, 224, 214);
}