зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1200891 - fix toolbar borders in devedition, r=bgrins
--HG-- extra : commitid : EsiTegdX5fg extra : rebase_source : 89b61d72459bde1bc1b04681b02927cdfcfae341
This commit is contained in:
Родитель
60047fdd9f
Коммит
2480c86193
|
@ -250,6 +250,17 @@
|
|||
border-right: none !important;
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-vista),
|
||||
(-moz-os-version: windows-win7),
|
||||
(-moz-os-version: windows-win8) {
|
||||
/* And then we add them back on toolbars so that they don't look borderless: */
|
||||
#main-window:not([customizing])[sizemode=normal] #navigator-toolbox::after,
|
||||
#main-window:not([customizing])[sizemode=normal] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
|
||||
border-left: 1px solid hsla(209,67%,12%,0.35);
|
||||
border-right: 1px solid hsla(209,67%,12%,0.35);
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-os-version: windows-win10) {
|
||||
/* Always keep draggable space on the sides of tabs since there is no top margin on Win10 */
|
||||
#main-window .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox {
|
||||
|
|
Загрузка…
Ссылка в новой задаче