diff options
Diffstat (limited to 'assets/rofi/themes/KooL_style-5.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-5.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/rofi/themes/KooL_style-5.rasi b/assets/rofi/themes/KooL_style-5.rasi index 3d1f9220..135c6ba0 100644 --- a/assets/rofi/themes/KooL_style-5.rasi +++ b/assets/rofi/themes/KooL_style-5.rasi @@ -80,7 +80,7 @@ imagebox { listbox { spacing: 4px; orientation: vertical; - children: [ "listview" ]; + children: [ "message", "listview" ]; padding: 10px; border-radius: 12px; border: 1px; @@ -256,7 +256,7 @@ textbox { } error-message { padding: 12px; - border-radius: 20px; + border-radius: 12px; background-color: @background-alt; text-color: @background; }
\ No newline at end of file |
