mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2025-06-03 06:56:16 +02:00
Major rework (#17)
* 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
This commit is contained in:
parent
270b90c76b
commit
d3f8439102
16 changed files with 385 additions and 241 deletions
25
themes/gtk_adwaita.css
Normal file
25
themes/gtk_adwaita.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
@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: 127px !important;
|
||||
}
|
||||
|
||||
.titlebar-buttonbox-container {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
toolbarbutton {
|
||||
margin: 3px !important;
|
||||
}
|
||||
|
||||
toolbar[id="nav-bar"] {
|
||||
min-height: 46px !important;
|
||||
}
|
30
themes/gtk_breeze.css
Normal file
30
themes/gtk_breeze.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
@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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue