mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-08 02:03:20 -08:00
Clean: Theme - compatibility's code order
This commit is contained in:
parent
c7145d44e4
commit
c09c839378
1 changed files with 8 additions and 7 deletions
|
|
@ -11,7 +11,14 @@
|
|||
}
|
||||
|
||||
/** Theme - Compatibility ***************************************************/
|
||||
/*= Light Weidght Theme ====================================================*/
|
||||
/*= Hotfix #98 =============================================================*/
|
||||
/* Hidden Tab Panel Padding */
|
||||
#allTabsMenu-hiddenTabsView .all-tabs-item {
|
||||
margin-inline: 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/*= Light Weight Theme =====================================================*/
|
||||
/* Header Image */
|
||||
:root[lwtheme-image] {
|
||||
background-image: var(--lwt-header-image) !important; /* Original: var(--lwt-header-image) */
|
||||
|
|
@ -30,12 +37,6 @@
|
|||
--tabs-border-color: rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
/* Hidden Tab Panel Padding */
|
||||
#allTabsMenu-hiddenTabsView .all-tabs-item {
|
||||
margin-inline: 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/*= Windows 7 ==============================================================*/
|
||||
@media (-moz-os-version: windows-win7) {
|
||||
/* Header Color */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue