Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@
display: none !important;
}

/*? remove search menu dropdown */
#urlbar-searchmode-switcher {
padding-right: 0 !important;
background-color: transparent !important;
}
#urlbar-searchmode-switcher > * {
display: none;
}

#searchmode-switcher-chicklet {
margin-left: -6px !important;
padding-left: 12px !important;
border-radius: var(--toolbarbutton-border-radius);
}

/*? slim scrollbars everywhear!!!! */
* {
scrollbar-width: thin !important;
Expand Down Expand Up @@ -332,7 +347,7 @@
background: var(--toolbar-field-background-color) !important;
border: 1px solid var(--toolbar-field-border-color) !important;
}
#urlbar-background {
.urlbar-background {
border-radius: var(--shimmer-urlbar-rounding) !important;
transition: all 0.1s linear !important;
}
Expand Down Expand Up @@ -1225,4 +1240,4 @@ treecol {
/* review: todo, change, fix */
/*TODO some of the usual buttons that appear on the right-click context menu are hidden. right now you can change them at the top of `userChrome.css`. i will maybe later introduce `about:config` variables for easier customization */
/*TODO autoscroller styles */
/*TODO pointer events on urlbar*/
/*TODO pointer events on urlbar*/