mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 06:42:49 +00:00
d3f8439102
* Update userChrome.css * Update userChrome.css * formatting * make csd top configurable * fix Z index of CSD * fix background (and round corners in GNOME) * remove unnecessary background color fix * more formatting * move sidebar switcher code to css file * even more formatting, fix typos * remove ugly border near sidebar switcher * add custom presets * Revert "remove ugly border near sidebar switcher" This reverts commit b8fd71d97c23c860a84c68aba74fb8e4253aaa7f. * remove empty space in fullscreen mode, remove unnecessary stuff * heavy rework, add first theme * rename first theme, add second * add KDE Plastik (same spacing as Oxygen) * somehow my system messed up..., fixed theme names
30 lines
607 B
CSS
30 lines
607 B
CSS
@import url("../extensions/window_controls.css");
|
|
@import url("../extensions/hide_sidebar_switcher.css");
|
|
|
|
.browser-toolbar {
|
|
padding-left: 2px !important;
|
|
position: unset !important;
|
|
background-color: unset !important;
|
|
background-image: unset !important;
|
|
}
|
|
|
|
#nav-bar {
|
|
padding-right: 84px !important;
|
|
}
|
|
|
|
.titlebar-buttonbox-container {
|
|
top: 12px !important;
|
|
right: 0px !important;
|
|
}
|
|
|
|
toolbarbutton {
|
|
margin: 1px !important;
|
|
}
|
|
|
|
.titlebar-buttonbox-container > .titlebar-buttonbox > toolbarbutton {
|
|
margin-right: -2px !important;
|
|
}
|
|
|
|
toolbar[id="nav-bar"] {
|
|
min-height: 46px !important;
|
|
}
|