Tiny rofi fix.
This commit is contained in:
parent
0cc655ddba
commit
d5a8c6d1ec
@ -248,7 +248,8 @@ button {
|
|||||||
|
|
||||||
button,
|
button,
|
||||||
entry,
|
entry,
|
||||||
prompt {
|
prompt,
|
||||||
|
textbox-prompt-sep {
|
||||||
padding: 3;
|
padding: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -262,6 +263,7 @@ textbox-prompt-sep {
|
|||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
str: ":";
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
|
background-color: @transparent;
|
||||||
margin: 0 0.3em 0 0;
|
margin: 0 0.3em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user