mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Tabbar - Border Top line at linux default theme #889
This commit is contained in:
parent
1406c3fd7b
commit
6ba8a18abe
3 changed files with 20 additions and 0 deletions
10
css/leptonChrome.css
generated
10
css/leptonChrome.css
generated
|
|
@ -6825,6 +6825,11 @@
|
|||
border-top: none !important;
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
@media (-moz-gtk-csd-available) {
|
||||
:root:is(:not([lwtheme]), :not(:-moz-lwtheme)) #nav-bar {
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*= Selected Tab =============================================================*/
|
||||
/*= Selected Tab - Bold ======================================================*/
|
||||
|
|
@ -20966,6 +20971,11 @@
|
|||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.tab.connect_to_window") and (-moz-gtk-csd-available) {
|
||||
:root:is(:not([lwtheme]), :not(:-moz-lwtheme)) #nav-bar {
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
}
|
||||
/*= Selected Tab =============================================================*/
|
||||
/*= Selected Tab - Bold ======================================================*/
|
||||
@media not (-moz-bool-pref: "userChrome.tab.selected_bold") {
|
||||
|
|
|
|||
5
css/leptonChromeESR.css
generated
5
css/leptonChromeESR.css
generated
|
|
@ -7255,6 +7255,11 @@
|
|||
border-top: none !important;
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
@media (-moz-gtk-csd-available) {
|
||||
:root:is(:not([lwtheme]), :not(:-moz-lwtheme)) #nav-bar {
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*= Selected Tab =============================================================*/
|
||||
/*= Selected Tab - Bold ======================================================*/
|
||||
|
|
|
|||
|
|
@ -39,4 +39,9 @@
|
|||
#nav-bar {
|
||||
border-top: none !important;
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
@include OS($linux) {
|
||||
@include not_lwtheme(false) {
|
||||
box-shadow: 0 -0.01px 0 ThreeDShadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue