Tiny rofi fix.

This commit is contained in:
Joachim Nielandt 2020-07-19 21:35:37 +02:00
parent 0cc655ddba
commit d5a8c6d1ec

View File

@ -248,7 +248,8 @@ button {
button,
entry,
prompt {
prompt,
textbox-prompt-sep {
padding: 3;
}
@ -262,6 +263,7 @@ textbox-prompt-sep {
expand: false;
str: ":";
text-color: @normal-foreground;
background-color: @transparent;
margin: 0 0.3em 0 0;
}