mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-26 08:42:47 +01:00
Compare commits
1 Commits
97a510183b
...
12d678a073
Author | SHA1 | Date | |
---|---|---|---|
12d678a073 |
@ -1,26 +1,5 @@
|
|||||||
@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {
|
@-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 */
|
/* Menu bar */
|
||||||
|
|
||||||
#main-menubar > menu {
|
#main-menubar > menu {
|
||||||
@ -86,6 +65,10 @@
|
|||||||
height: 27px !important;
|
height: 27px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-label-container {
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--tab-min-height: 27px !important;
|
--tab-min-height: 27px !important;
|
||||||
--tab-block-margin: 0 !important;
|
--tab-block-margin: 0 !important;
|
||||||
@ -102,17 +85,13 @@
|
|||||||
|
|
||||||
.tabbrowser-tab {
|
.tabbrowser-tab {
|
||||||
padding-inline: 0 !important;
|
padding-inline: 0 !important;
|
||||||
|
border-right: 1px solid #484848 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[first-visible-unpinned-tab] {
|
||||||
border-left: 1px solid #484848 !important;
|
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 {
|
.tab-content {
|
||||||
padding-bottom: 2px !important;
|
padding-bottom: 2px !important;
|
||||||
}
|
}
|
||||||
@ -153,7 +132,7 @@
|
|||||||
|
|
||||||
#PersonalToolbar {
|
#PersonalToolbar {
|
||||||
-moz-window-dragging: no-drag;
|
-moz-window-dragging: no-drag;
|
||||||
display: -webkit-box !important;
|
display: flex !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
@ -170,6 +149,10 @@
|
|||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#PersonalToolbar .toolbaritem-combined-buttons {
|
||||||
|
margin-inline: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#PersonalToolbar .toolbarbutton-1 {
|
#PersonalToolbar .toolbarbutton-1 {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 3px 4px !important;
|
padding: 3px 4px !important;
|
||||||
@ -180,8 +163,8 @@
|
|||||||
height: 14px !important;
|
height: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-window:not([inFullscreen = "true"]) #browser-bottombox {
|
#main-window:not([inFullscreen = "true"]) #browser {
|
||||||
height: 22px;
|
margin-bottom: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PDF.js */
|
/* PDF.js */
|
||||||
|
Loading…
Reference in New Issue
Block a user