зеркало из https://github.com/mozilla/pjs.git
Bug 573840 - Web Console styling is broken with a Persona, r=dao, a=blocking2.0
This commit is contained in:
Родитель
1d83e08efd
Коммит
936438fd11
|
@ -39,6 +39,7 @@
|
||||||
|
|
||||||
.hud-box {
|
.hud-box {
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hud-group label {
|
.hud-group label {
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
|
|
||||||
.hud-box {
|
.hud-box {
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hud-group label {
|
.hud-group label {
|
||||||
|
@ -177,12 +178,16 @@
|
||||||
|
|
||||||
.hud-console-filter-toolbar {
|
.hud-console-filter-toolbar {
|
||||||
background: @scopeBarBackground@ !important;
|
background: @scopeBarBackground@ !important;
|
||||||
border-bottom: @scopeBarSeparatorBorder@;
|
border-bottom: @scopeBarSeparatorBorder@ !important;
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
-moz-box-align: center;
|
-moz-box-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hud-console-filter-toolbar:-moz-lwtheme {
|
||||||
|
border-top: @scopeBarSeparatorBorder@ !important;
|
||||||
|
}
|
||||||
|
|
||||||
.jsterm-close-button {
|
.jsterm-close-button {
|
||||||
list-style-image: url("chrome://global/skin/icons/console-close.png");
|
list-style-image: url("chrome://global/skin/icons/console-close.png");
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
.hud-box {
|
.hud-box {
|
||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hud-group label {
|
.hud-group label {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче