forked from CaptaiNiveau/FirefoxSidebar
readded buttons
This commit is contained in:
parent
2215d3e6ac
commit
4ee42ac66f
4 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* Custom Styles */
|
/* Custom Styles */
|
||||||
|
|
||||||
#titlebar {
|
#titlebar {
|
||||||
appearance: none !important;
|
appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-header {
|
#sidebar-header {
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
max-width: 350px !important;
|
max-width: 350px !important;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
margin-right: -300px !important;
|
margin-right: -300px !important;
|
||||||
a
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Tree Style Tabs && Sideberry specific sidebar width and size*/
|
/*Tree Style Tabs && Sideberry specific sidebar width and size*/
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
preferences below and comment the other
|
preferences below and comment the other
|
||||||
=========================================================================
|
=========================================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
--csd-width: 100px;
|
--csd-width: 100px;
|
||||||
--csd-top: 8px;
|
--csd-top: 8px;
|
||||||
|
|
||||||
|
@ -31,17 +32,17 @@
|
||||||
CSD - Left Side ===
|
CSD - Left Side ===
|
||||||
Default: --csd-left: 50px; --csd-margin-left: 92px;
|
Default: --csd-left: 50px; --csd-margin-left: 92px;
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
--csd-left: 10px;
|
--csd-left: 10px;
|
||||||
--csd-margin-left: 50px;
|
--csd-margin-left: 50px;
|
||||||
|
*/
|
||||||
/*
|
/*
|
||||||
CSD - Right Side ===
|
CSD - Right Side ===
|
||||||
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
|
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
--csd-right: 0px;
|
--csd-right: 0px;
|
||||||
--csd-margin-right: 0px;
|
--csd-margin-right: 95px;
|
||||||
|
|
||||||
/* === END: Window Control / Client Side Display Settings === */
|
/* === END: Window Control / Client Side Display Settings === */
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* CSD / Window Controls */
|
/* CSD / Window Controls */
|
||||||
/* @import url("./extensions/window_controls.css"); */
|
@import url("./extensions/window_controls.css");
|
||||||
|
|
||||||
/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
|
/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
|
||||||
@import url("./extensions/bookmark_arrow.css");
|
@import url("./extensions/bookmark_arrow.css");
|
||||||
|
|
Loading…
Reference in a new issue