Adjust Firefox top bar spacing mono.e.lain CSS style
This commit is contained in:
parent
c0e2d7abd5
commit
8da7f05569
|
@ -285,6 +285,14 @@ margin-left: 10px;
|
||||||
border: double #000 !important;
|
border: double #000 !important;
|
||||||
position:static !important;
|
position:static !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
|
||||||
|
div.boardlist {
|
||||||
|
word-spacing:-1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/*favorites in a new line*/
|
/*favorites in a new line*/
|
||||||
div.boardlist span.favorite-boards {
|
div.boardlist span.favorite-boards {
|
||||||
|
@ -365,7 +373,7 @@ color: #ffffff;}
|
||||||
#options_div {
|
#options_div {
|
||||||
background-color: #dddddd;
|
background-color: #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options_tab_icon.active {
|
.options_tab_icon.active {
|
||||||
color: #bb3300;
|
color: #bb3300;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue