firefox-gnome-theme/chrome/theme.css

23 lines
569 B
CSS
Raw Normal View History

@import "parts/toolbox.css";
@import "parts/headerbar.css";
@import "parts/csd.css";
@import "parts/popups.css";
@import "parts/tabsbar.css";
@import "parts/remove-white-flash.css";
@import "parts/custom-icons.css";
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
2017-12-02 01:18:56 +02:00
:root {
--space-above-tabbar: 0 !important;
}
2019-06-02 21:15:51 +03:00
#main-window {
-moz-appearance: -moz-window-titlebar !important;
background: none !important;
}
2017-12-17 03:06:36 +02:00
/* Sidebar */
#search-box {
box-shadow: var(--gnome-urlbar-box-shadow) !important;
height: var(--gnome-urlbar-height);
}