mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Windows10 - Top border apply for not accent mode #358
This commit is contained in:
parent
147d73a0b8
commit
0f56d5062c
1 changed files with 8 additions and 2 deletions
|
|
@ -222,13 +222,19 @@ menu[disabled="true"] {
|
|||
}
|
||||
|
||||
/*= Windows 10 - Top border of accent color at ESR #358 ======================*/
|
||||
@media (-moz-windows-accent-color-in-titlebar) {
|
||||
@media (-moz-os-version: windows-win10), /* Legacy - v99 */
|
||||
(-moz-platform: windows-win10) {
|
||||
:root[sizemode=normal][tabsintitlebar] #navigator-toolbox {
|
||||
border-top: .5px solid -moz-accent-color !important;
|
||||
border-top: .5px solid rgb(47, 47, 47) !important;
|
||||
}
|
||||
:root[sizemode=normal][tabsintitlebar]:-moz-window-inactive #navigator-toolbox {
|
||||
border-top-color: rgb(57, 57, 57) !important;
|
||||
}
|
||||
@media (-moz-windows-accent-color-in-titlebar) {
|
||||
:root[sizemode=normal][tabsintitlebar] #navigator-toolbox {
|
||||
border-top-color: -moz-accent-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-gtk-csd-available) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue