File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3656
3656
# tab-notification-deck-template {
3657
3657
flex-basis : 100% ;
3658
3658
}
3659
+
3660
+ /* -moz-default-appearance: -moz-window-titlebar */
3661
+ # titlebar {
3662
+ -moz-appearance : none !important ;
3663
+ }
3659
3664
}
3660
3665
@supports -moz-bool-pref("userChrome.tab.on_bottom" ) {
3661
3666
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0
3662
3667
See the above repository for updates as well as full license text. */
3663
3668
/*= Tabbar - Move to bottom ==================================================*/
3664
3669
# titlebar {
3665
3670
order : 2 ;
3666
- -moz-appearance : none !important ;
3667
3671
--tabs-navbar-shadow-size : 0px ;
3668
3672
}
3669
3673
Original file line number Diff line number Diff line change 11
11
#tab-notification-deck-template {
12
12
flex-basis : 100% ;
13
13
}
14
+
15
+ /* -moz-default-appearance: -moz-window-titlebar */
16
+ #titlebar {
17
+ -moz-appearance : none !important ;
18
+ }
14
19
}
15
20
16
21
@include Option (" userChrome.tab.on_bottom" ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ See the above repository for updates as well as full license text. */
4
4
/* = Tabbar - Move to bottom ==================================================*/
5
5
#titlebar {
6
6
order : 2 ;
7
- -moz-appearance : none !important ;
8
7
--tabs-navbar-shadow-size : 0px ;
9
8
}
10
9
#tab-notification-deck {
You can’t perform that action at this time.
0 commit comments