hypr (transition wip)
still, work in progress…
This commit is contained in:
18
dots/librewolf/userChrome.css
Normal file
18
dots/librewolf/userChrome.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* disable top bar and top tabs */
|
||||
|
||||
/*
|
||||
#TabsToolbar {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#titlebar {
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
/* change menu background color */
|
||||
#main-window,
|
||||
#toolbarpaletteitem-menu-button,
|
||||
#appmenu-toolbar-button {
|
||||
background-color: #6e0303 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user