From 1ff415f4f149a04a2f33841ff8987cda033d6522 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 26 Apr 2022 16:19:43 +0900 Subject: [PATCH] Fix: Tabbar - No show at windows #368 --- css/leptonChrome.css | 6 +++++- src/tabbar/_index.scss | 5 +++++ src/tabbar/_tabs_on_bottom.scss | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index ee38032..e72481d 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -3656,6 +3656,11 @@ #tab-notification-deck-template { flex-basis: 100%; } + + /* -moz-default-appearance: -moz-window-titlebar */ + #titlebar { + -moz-appearance: none !important; + } } @supports -moz-bool-pref("userChrome.tab.on_bottom") { /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 @@ -3663,7 +3668,6 @@ /*= Tabbar - Move to bottom ==================================================*/ #titlebar { order: 2; - -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; } diff --git a/src/tabbar/_index.scss b/src/tabbar/_index.scss index f0493f9..c8ee31a 100644 --- a/src/tabbar/_index.scss +++ b/src/tabbar/_index.scss @@ -11,6 +11,11 @@ #tab-notification-deck-template { flex-basis: 100%; } + + /* -moz-default-appearance: -moz-window-titlebar */ + #titlebar { + -moz-appearance: none !important; + } } @include Option("userChrome.tab.on_bottom") { diff --git a/src/tabbar/_tabs_on_bottom.scss b/src/tabbar/_tabs_on_bottom.scss index 18a7448..acf3ed1 100644 --- a/src/tabbar/_tabs_on_bottom.scss +++ b/src/tabbar/_tabs_on_bottom.scss @@ -4,7 +4,6 @@ See the above repository for updates as well as full license text. */ /*= Tabbar - Move to bottom ==================================================*/ #titlebar{ order: 2; - -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; } #tab-notification-deck {