style options dialog
This commit is contained in:
parent
7ec728ffb0
commit
d233344534
|
@ -380,3 +380,17 @@ div.boardlist {
|
||||||
color: rgba(0, 0, 0, 1);
|
color: rgba(0, 0, 0, 1);
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* options.js */
|
||||||
|
#options_div {
|
||||||
|
background: #a47a6b url('img/caffe_reply.png') repeat center;
|
||||||
|
border: solid 1px #a47a6b;
|
||||||
|
-moz-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
.options_tab_icon {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
#options_tablist {
|
||||||
|
border-color: #a47a6b;
|
||||||
|
}
|
||||||
|
|
|
@ -404,6 +404,8 @@ table.mod.config-editor {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
table.mod.config-editor td {
|
table.mod.config-editor td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
@ -433,15 +435,6 @@ table.mod.config-editor input[type="text"] {
|
||||||
.desktop-style .sub {
|
.desktop-style .sub {
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
.desktop-style .sub .sub {
|
|
||||||
display: inline-block;
|
|
||||||
text-indent: -9000px;
|
|
||||||
width: 7px;
|
|
||||||
background: url('img/arrow.png') right center no-b .sub:hover, .desktop-style .sub .sub.hover {
|
|
||||||
display: inline;
|
|
||||||
text-indent: 0px;
|
|
||||||
background: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
#attention_bar {
|
#attention_bar {
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
@ -479,7 +472,7 @@ input[type="submit"]:hover
|
||||||
|
|
||||||
/* options.js */
|
/* options.js */
|
||||||
#options_div {
|
#options_div {
|
||||||
background: #000000;
|
background: #333333;
|
||||||
}
|
}
|
||||||
.options_tab_icon {
|
.options_tab_icon {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
|
|
|
@ -99,3 +99,20 @@ div.boardlist.bottom {
|
||||||
.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-color: rgba(90%, 90%, 90%, 0.55);
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -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 {
|
.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);
|
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* options.js */
|
||||||
|
#options_div {
|
||||||
|
background: rgb(240, 224, 214);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -84,3 +84,20 @@ table.modlog tr th {
|
||||||
.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-color: rgba(90%, 90%, 90%, 0.55);
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue