better readability of panel header icons
This commit is contained in:
parent
49ed5d7da0
commit
927f68418e
1 changed files with 23 additions and 0 deletions
|
|
@ -129,6 +129,21 @@ PanelHeader {
|
||||||
background: --fg
|
background: --fg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PanelHeader ButtonUnstyled Icon {
|
||||||
|
textColor: --text;
|
||||||
|
textAuto: 'no-preserve'
|
||||||
|
}
|
||||||
|
|
||||||
|
PanelHeader Button Icon {
|
||||||
|
textColor: --text;
|
||||||
|
textAuto: 'no-preserve'
|
||||||
|
}
|
||||||
|
|
||||||
|
PanelHeader Button Text {
|
||||||
|
textColor: --text;
|
||||||
|
textAuto: 'no-preserve'
|
||||||
|
}
|
||||||
|
|
||||||
Tab:hover {
|
Tab:hover {
|
||||||
background: --bg;
|
background: --bg;
|
||||||
shadow: --buttonDefaultBevel
|
shadow: --buttonDefaultBevel
|
||||||
|
|
@ -172,6 +187,14 @@ MenuItem:hover {
|
||||||
background: --fg
|
background: --fg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MenuItem:active {
|
||||||
|
background: --fg
|
||||||
|
}
|
||||||
|
|
||||||
|
MenuItem:active:hover {
|
||||||
|
background: --fg
|
||||||
|
}
|
||||||
|
|
||||||
Popover {
|
Popover {
|
||||||
shadow: --buttonDefaultBevel, 5 5 0 0 #000000 / 0.2;
|
shadow: --buttonDefaultBevel, 5 5 0 0 #000000 / 0.2;
|
||||||
roundness: 0
|
roundness: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue