forked from leftypol/leftypol
css/options.js: style option dialog in yotsuba/dark/dark roach and roach styles
This commit is contained in:
parent
e7eafa135f
commit
c5c356e077
4 changed files with 34 additions and 1 deletions
|
@ -476,3 +476,14 @@ input[type="submit"]:hover
|
|||
{
|
||||
color: #9999CC;
|
||||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
background: #000000;
|
||||
}
|
||||
.options_tab_icon {
|
||||
color: #AAAAAA;
|
||||
}
|
||||
.options_tab_icon.active {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue