mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
firefox: update userChrome.css
This commit is contained in:
parent
0b901585e1
commit
9f1bfe310f
1 changed files with 7 additions and 20 deletions
|
|
@ -1,40 +1,27 @@
|
|||
/* Border Radius */
|
||||
|
||||
* {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--tab-border-radius: 0 !important;
|
||||
}
|
||||
|
||||
menupopup, panel {
|
||||
--panel-border-radius: 0 !important;
|
||||
}
|
||||
|
||||
/* Tabbar */
|
||||
|
||||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
||||
#TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Addressbar */
|
||||
|
||||
#nav-bar.browser-toolbar {
|
||||
background-color: -moz-dialog !important;
|
||||
#nav-bar-customization-target {
|
||||
--toolbar-padding-inline: 0;
|
||||
}
|
||||
|
||||
#nav-bar-customization-target {
|
||||
--toolbar-start-end-padding: 0;
|
||||
#nav-bar.browser-toolbar {
|
||||
background-color: -moz-dialog !important;
|
||||
}
|
||||
|
||||
.urlbar-background {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue