Clean: Theme - compatibility's code order

This commit is contained in:
alstjr7375 2021-07-14 15:36:01 +09:00
parent c7145d44e4
commit c09c839378

View file

@ -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 */