mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 06:42:49 +00:00
Version: 12021.06.14 :: Added Sideberry support.
This commit is contained in:
parent
110397d3e9
commit
7d4e2b8c6d
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
Title: Drannex42's Personal userChrome.css for Firefox
|
Title: Drannex42's Personal userChrome.css for Firefox
|
||||||
Description: This is my personal userChrome for Firefox, I specifically clean up the interface, change the folder icon to Vivaldi's (much better) and reduce padding in some areas, and add some in others. This overall creates a much more streamlined interface.
|
Description: This is my personal userChrome for Firefox, I specifically clean up the interface, change the folder icon to Vivaldi's (much better) and reduce padding in some areas, and add some in others. This overall creates a much more streamlined interface.
|
||||||
Features: Streamlines interface, folder icon replacement, works best with my custom Tree Style Tabs interface (check it out! treestyletabs.css in the /firefox/ directory), removes tab bar.
|
Features: Streamlines interface, folder icon replacement, works best with my custom Tree Style Tabs interface (check it out! treestyletabs.css in the /firefox/ directory), removes tab bar.
|
||||||
Version: 12021.06.05 :: Fixed spacing on the folder dropdown arrow.
|
Version: 12021.06.14 :: Added Sideberry support.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||||
|
@ -37,7 +37,8 @@
|
||||||
|
|
||||||
/*Tree Style Tab specific size*/
|
/*Tree Style Tab specific size*/
|
||||||
|
|
||||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover {
|
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:hover,
|
||||||
|
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover {
|
||||||
min-width: 260px !important;
|
min-width: 260px !important;
|
||||||
max-width: 260px !important;
|
max-width: 260px !important;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in a new issue