mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-17 15:45:56 -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 {
|
element-icon {
|
||||||
background-color: rgba ( 0, 0, 0, 0 % );
|
background-color: rgba ( 0, 0, 0, 0 % );
|
||||||
|
size: 1.2000ch ;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
size: 1.2ch;
|
|
||||||
}
|
}
|
||||||
window {
|
window {
|
||||||
background-color: var(background);
|
background-color: var(background);
|
||||||
|
|
|
@ -78,6 +78,7 @@ element-text {
|
||||||
}
|
}
|
||||||
element-icon {
|
element-icon {
|
||||||
background-color: rgba ( 0, 0, 0, 0 % );
|
background-color: rgba ( 0, 0, 0, 0 % );
|
||||||
|
size: 1.2000ch ;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
}
|
}
|
||||||
window {
|
window {
|
||||||
|
|
Loading…
Add table
Reference in a new issue