fix overlooked inconsistencies

This commit is contained in:
Gerome Matilla 2020-08-15 15:32:52 +08:00
parent 2cc40239e5
commit 4f5049ff1e
1 changed files with 5 additions and 10 deletions

View File

@ -1,6 +1,6 @@
:root {
/* All the CSS variables below are global */
/* These applies to all color schemes */
/* All the CSS variables here are global */
/* These applies to all colorschemes */
/* If windows - `-moz-win-glass`, if macOS - `-moz-mac-vibrancy-dark` */
--bf-moz-appearance: -moz-win-glass !important;
@ -26,7 +26,7 @@
--bf-tab-font-size: 11pt;
--bf-tab-font-weight: 400;
--bf-tab-height: 36px;
--bf-tab-border-radius: 8px;
--bf-tab-border-radius: 6px;
--bf-tab-soundplaying-bg: #985EFFCC;
--toolbar-bgcolor: transparent !important;
@ -84,7 +84,7 @@
Transparent Window
Main window
*/
#main-window {
font-kerning: normal;
@ -98,7 +98,6 @@ Transparent Window
-moz-appearance: var(--bf-moz-appearance) !important;
}
/*
@ -459,10 +458,7 @@ The tabs container
/* Set minimum height for tab bar */
#tabbrowser-tabs {
--tab-min-height: 0;
margin-top: 6px !important;
margin-bottom: 6px !important;
margin-left: 20px !important;
margin-right: 20px !important;
margin: 6px 6px 5px 5px;
}
/* Hide solo tab */
@ -687,7 +683,6 @@ Sidebar
border-radius: var(--bf-sidebar-searchbar-radius) !important;
}
/*