forked from CaptaiNiveau/FirefoxSidebar
small improvements/fixes
This commit is contained in:
parent
bc95753de3
commit
db9e9860ad
2 changed files with 6 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* Custom Styles */
|
/* Custom Styles */
|
||||||
|
|
||||||
#titlebar {
|
#titlebar {
|
||||||
appearance: none !important;
|
appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-header {
|
#sidebar-header {
|
||||||
|
@ -24,7 +24,7 @@ appearance: none !important;
|
||||||
}
|
}
|
||||||
#TabsToolbar {
|
#TabsToolbar {
|
||||||
background-image: none !important; /* Windows 7 */
|
background-image: none !important; /* Windows 7 */
|
||||||
}
|
/*}
|
||||||
/*
|
/*
|
||||||
/* referenced from what FF does when using some persona themes */
|
/* referenced from what FF does when using some persona themes */
|
||||||
/* :root {
|
/* :root {
|
||||||
|
|
|
@ -28,24 +28,20 @@
|
||||||
/* CSD / Window Controls */
|
/* CSD / Window Controls */
|
||||||
/* @import url("./extensions/window_controls.css"); */
|
/* @import url("./extensions/window_controls.css"); */
|
||||||
|
|
||||||
#nav-bar {
|
|
||||||
padding-left: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 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");
|
||||||
|
|
||||||
/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
|
/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
|
||||||
@import url("./extensions/superbox_removal.css");
|
@import url("./extensions/superbox_removal.css");
|
||||||
|
|
||||||
/* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */
|
/* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */
|
||||||
@import url("./extensions/avatar_size.css"); */
|
@import url("./extensions/avatar_size.css");
|
||||||
|
|
||||||
/* fix sidebar switcher if bookmarks toolbar is hidden */
|
/* fix sidebar switcher if bookmarks toolbar is hidden */
|
||||||
@import url("./extensions/fix_hidden_bookmarks.css"); */
|
@import url("./extensions/fix_hidden_bookmarks.css");
|
||||||
|
|
||||||
/* hide sidebar switcher */
|
/* hide sidebar switcher */
|
||||||
@import url("./extensions/hide_sidebar_switcher.css"); */
|
@import url("./extensions/hide_sidebar_switcher.css");
|
||||||
|
|
||||||
/* END EXTENSIONS ========================================================== */
|
/* END EXTENSIONS ========================================================== */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue