style options dialog
This commit is contained in:
@@ -99,3 +99,20 @@ div.boardlist.bottom {
|
||||
.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);
|
||||
}
|
||||
.options_tab_icon {
|
||||
border: 1px solid transparent;
|
||||
border-width: 0px 1px 1px 0px;
|
||||
}
|
||||
.options_tab_icon:hover {
|
||||
border-color: #d9bfb7;
|
||||
border-width: 0px 1px 1px 0px;
|
||||
}
|
||||
.options_tab_icon.active {
|
||||
border-color: #d9bfb7;
|
||||
border-width: 1px 0px 0px 1px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user