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;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
|
||||||
--tab-border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
menupopup, panel {
|
|
||||||
--panel-border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tabbar */
|
/* Tabbar */
|
||||||
|
|
||||||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
|
#TabsToolbar {
|
||||||
opacity: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
|
||||||
visibility: collapse !important;
|
visibility: collapse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sidebar */
|
||||||
|
|
||||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Addressbar */
|
/* Addressbar */
|
||||||
|
|
||||||
#nav-bar.browser-toolbar {
|
#nav-bar-customization-target {
|
||||||
background-color: -moz-dialog !important;
|
--toolbar-padding-inline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar-customization-target {
|
#nav-bar.browser-toolbar {
|
||||||
--toolbar-start-end-padding: 0;
|
background-color: -moz-dialog !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.urlbar-background {
|
.urlbar-background {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue