Update userChrome.css

This commit is contained in:
t. Macleod Sawyer 2021-08-17 17:36:09 -05:00 committed by GitHub
parent 51bf41c44d
commit b859e97300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.14 :: Added Sideberry support. Version: 12021.08.17 :: Fixed folder drop down arrow position after latest FF changed padding.
*/ */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { #main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
@ -24,7 +24,7 @@
max-width: 40px; max-width: 40px;
border-right: 1px solid var(--panel-separator-color); border-right: 1px solid var(--panel-separator-color);
z-index: 2; z-index: 2;
--sidebar-background-color: #f5f6f7 !important; --sidebar-background-color: #fafafa !important;
} }
/*All other sidebar-boxes should be larger on hover*/ /*All other sidebar-boxes should be larger on hover*/
@ -35,7 +35,7 @@
margin-right: -300px !important; margin-right: -300px !important;
} }
/*Tree Style Tab specific size*/ /*Tree Style Tabb && Sideberry specific sidebar width and 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 { #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]:hover {
@ -48,6 +48,7 @@
#sidebar-header { #sidebar-header {
border: none !important; border: none !important;
background: var(--sidebar-background-color) !important;
} }
#sidebar-close, #sidebar-title, #sidebar-switcher-arrow { #sidebar-close, #sidebar-title, #sidebar-switcher-arrow {
@ -221,12 +222,12 @@ toolbarseparator {
/* Add down arrow to folders on the bookmark bar */ /* Add down arrow to folders on the bookmark bar */
.bookmark-item[container]::after { .bookmark-item[container]::after {
content: "ˇ"; content: "ˇ";
opacity: 0.65; opacity: 0.55;
padding-left: 3px; padding-left: 3.5px;
font-size: 22px; font-size: 23px;
display: inline-block; display: inline-block;
position: absolute; position: absolute;
top: 5.5px; top: 6.9px;
} }
/* Change the Avatar size for the Firefox Account to what makes sense */ /* Change the Avatar size for the Firefox Account to what makes sense */