mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
[CI] Fix tests.
This commit is contained in:
parent
8d9e403659
commit
3def8a6418
2 changed files with 2 additions and 1 deletions
|
@ -78,8 +78,8 @@ element-text {
|
|||
}
|
||||
element-icon {
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
size: 1.2000ch ;
|
||||
text-color: inherit;
|
||||
size: 1.2ch;
|
||||
}
|
||||
window {
|
||||
background-color: var(background);
|
||||
|
|
|
@ -78,6 +78,7 @@ element-text {
|
|||
}
|
||||
element-icon {
|
||||
background-color: rgba ( 0, 0, 0, 0 % );
|
||||
size: 1.2000ch ;
|
||||
text-color: inherit;
|
||||
}
|
||||
window {
|
||||
|
|
Loading…
Reference in a new issue