mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
firefox: update userChrome.css
This commit is contained in:
parent
8b3d719bf4
commit
ba6b526dae
1 changed files with 10 additions and 0 deletions
|
|
@ -1,7 +1,17 @@
|
||||||
|
/* 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 {
|
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue