зеркало из https://github.com/mozilla/gecko-dev.git
Bug 979300 - fix separator background position for Australis' menu panel button, r=mikedeboer
This commit is contained in:
Родитель
29a399b0e3
Коммит
d27b270b5b
|
@ -28,6 +28,10 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#PanelUI-button:-moz-locale-dir(rtl) {
|
||||||
|
background-position: 100% 0, calc(100% - 1px) 0, calc(100% - 2px) 0;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-subviews {
|
.panel-subviews {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: hsla(0,0%,100%,.97);
|
background-color: hsla(0,0%,100%,.97);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче