mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-25 23:42:46 +01:00
Compare commits
2 Commits
12d678a073
...
97a510183b
Author | SHA1 | Date | |
---|---|---|---|
97a510183b | |||
58ab227487 |
@ -1,26 +1,5 @@
|
||||
@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {
|
||||
|
||||
/* Fix broken window colors */
|
||||
|
||||
#main-window {
|
||||
background-color: #000c !important;
|
||||
}
|
||||
|
||||
#toolbar-menubar, #main-menubar, #TabsToolbar {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
||||
#main-menubar {
|
||||
color: rgb(249, 249, 250) !important;
|
||||
text-shadow: none !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
#TabsToolbar {
|
||||
color: rgb(249, 249, 250) !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
/* Menu bar */
|
||||
|
||||
#main-menubar > menu {
|
||||
@ -37,7 +16,7 @@
|
||||
/* Reload/stop buttons */
|
||||
|
||||
#reload-button, #stop-button {
|
||||
display: -moz-box !important;
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
#stop-reload-button .toolbarbutton-icon {
|
||||
@ -86,6 +65,10 @@
|
||||
height: 27px !important;
|
||||
}
|
||||
|
||||
.tab-label-container {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--tab-min-height: 27px !important;
|
||||
--tab-block-margin: 0 !important;
|
||||
@ -102,17 +85,13 @@
|
||||
|
||||
.tabbrowser-tab {
|
||||
padding-inline: 0 !important;
|
||||
border-right: 1px solid #484848 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[first-visible-unpinned-tab] {
|
||||
border-left: 1px solid #484848 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[first-visible-tab] {
|
||||
border-inline-start: 1px solid #484848 !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[last-visible-tab] {
|
||||
border-inline-end: 1px solid #484848 !important;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
@ -153,7 +132,7 @@
|
||||
|
||||
#PersonalToolbar {
|
||||
-moz-window-dragging: no-drag;
|
||||
display: -webkit-box !important;
|
||||
display: flex !important;
|
||||
position: fixed !important;
|
||||
bottom: 0 !important;
|
||||
width: 100% !important;
|
||||
@ -170,9 +149,14 @@
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbaritem-combined-buttons {
|
||||
margin-inline: 0 !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbarbutton-1 {
|
||||
margin: 0 !important;
|
||||
padding: 3px 4px !important;
|
||||
padding: 3px 0 !important;
|
||||
--toolbarbutton-inner-padding: 6px !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbarbutton-icon {
|
||||
@ -180,8 +164,8 @@
|
||||
height: 14px !important;
|
||||
}
|
||||
|
||||
#main-window:not([inFullscreen = "true"]) #browser-bottombox {
|
||||
height: 22px;
|
||||
#main-window:not([inFullscreen = "true"]) #browser {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
/* PDF.js */
|
||||
|
Loading…
Reference in New Issue
Block a user