зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1323844 - Remove negative top/bottom margins from #PanelUI-button in the dev edition theme on Mac. r=mdeboer
This commit is contained in:
Родитель
e6f4ea4dcb
Коммит
34696e2fd8
|
@ -22,6 +22,11 @@
|
||||||
margin-bottom: 0; /* Don't overlap the inner highlight at the top of the nav-bar */
|
margin-bottom: 0; /* Don't overlap the inner highlight at the top of the nav-bar */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Don't use the default background for tabs toolbar */
|
||||||
|
#TabsToolbar {
|
||||||
|
-moz-appearance: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Get rid of 1px bright strip at the top of window */
|
/* Get rid of 1px bright strip at the top of window */
|
||||||
#main-window[tabsintitlebar] #titlebar-content {
|
#main-window[tabsintitlebar] #titlebar-content {
|
||||||
background: var(--chrome-background-color);
|
background: var(--chrome-background-color);
|
||||||
|
@ -87,11 +92,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't use the default background for tabs toolbar */
|
|
||||||
#TabsToolbar {
|
|
||||||
-moz-appearance: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Prevent the hover styling from on the identity icon from overlapping the
|
/* Prevent the hover styling from on the identity icon from overlapping the
|
||||||
urlbar border. */
|
urlbar border. */
|
||||||
#identity-box {
|
#identity-box {
|
||||||
|
@ -101,6 +101,11 @@
|
||||||
padding-bottom: 3px !important;
|
padding-bottom: 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#PanelUI-button {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
:root[devtoolstheme="dark"] .findbar-closebutton:not(:hover),
|
:root[devtoolstheme="dark"] .findbar-closebutton:not(:hover),
|
||||||
/* Tab styling - make sure to use an inverted icon for the selected tab
|
/* Tab styling - make sure to use an inverted icon for the selected tab
|
||||||
(brighttext only covers the unselected tabs) */
|
(brighttext only covers the unselected tabs) */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче