mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
css/options.js: style option dialog in yotsuba/dark/dark roach and roach styles
This commit is contained in:
parent
e7eafa135f
commit
c5c356e077
@ -178,3 +178,14 @@ table.modlog tr th {
|
|||||||
div.report {
|
div.report {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* options.js */
|
||||||
|
#options_div {
|
||||||
|
background: #333333;
|
||||||
|
}
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #AAAAAA;
|
||||||
|
}
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
@ -476,3 +476,14 @@ input[type="submit"]:hover
|
|||||||
{
|
{
|
||||||
color: #9999CC;
|
color: #9999CC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* options.js */
|
||||||
|
#options_div {
|
||||||
|
background: #000000;
|
||||||
|
}
|
||||||
|
.options_tab_icon {
|
||||||
|
color: #AAAAAA;
|
||||||
|
}
|
||||||
|
.options_tab_icon.active {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
@ -253,4 +253,10 @@ border-top: 1px solid #835B36 !important;
|
|||||||
}
|
}
|
||||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||||
background: none repeat scroll 0 0 #FFFFFF;
|
background: none repeat scroll 0 0 #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* options.js */
|
||||||
|
#options_div {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -57,3 +57,8 @@ div.boardlist a {
|
|||||||
table.modlog tr th {
|
table.modlog tr th {
|
||||||
background: #EA8;
|
background: #EA8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* options.js */
|
||||||
|
#options_div {
|
||||||
|
background: #f0e0d6;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user