fix theme colors for floating-tabs tweak #106
This commit is contained in:
parent
eba1454367
commit
296e90f198
2 changed files with 7 additions and 20 deletions
|
@ -95,13 +95,7 @@
|
|||
background-color: var(--toolbar-field-focus-background-color) !important;
|
||||
color: var(--toolbar-field-focus-color) !important;
|
||||
border-color: transparent !important;
|
||||
box-shadow: 0 2px 5px #0004, 0 0 0 1px #0002 !important;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#statuspanel-label {
|
||||
box-shadow: 0 2px 5px #0004, 0 0 0 1px #0004 !important;
|
||||
}
|
||||
box-shadow: 0 2px 5px #0004, 0 0 0 1px light-dark(#0002, #0004) !important;
|
||||
}
|
||||
|
||||
@media (-moz-platform: windows) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue