tab text color fix
This commit is contained in:
@@ -65,7 +65,8 @@ in /* css */ ''
|
|||||||
|
|
||||||
background : linear-gradient(180deg,rgba(${f secondary.dark}, ${builtins.toString rice.transparency}) 0%, rgba(${f accent.dark}, ${builtins.toString rice.transparency}) 100%) !important;
|
background : linear-gradient(180deg,rgba(${f secondary.dark}, ${builtins.toString rice.transparency}) 0%, rgba(${f accent.dark}, ${builtins.toString rice.transparency}) 100%) !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tab[selected="true"] {
|
.tabbrowser-tab[selected="true"], .tab-text[selected=""],
|
||||||
|
.tab-close-button[selected=""] {
|
||||||
color: ${background} !important;
|
color: ${background} !important;
|
||||||
}
|
}
|
||||||
hbox#browser {
|
hbox#browser {
|
||||||
|
|||||||
Reference in New Issue
Block a user