mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Default theme] Fix border width message box
This commit is contained in:
parent
70451fb378
commit
f9d1562513
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const char *default_theme =
|
||||||
" padding: 0;"
|
" padding: 0;"
|
||||||
"}"
|
"}"
|
||||||
"#message {"
|
"#message {"
|
||||||
" border: 1px dash 0px 0px ;"
|
" border: 2px dash 0px 0px ;"
|
||||||
" padding: 2px 0px 0px ;"
|
" padding: 2px 0px 0px ;"
|
||||||
" border-color: @separatorcolor;"
|
" border-color: @separatorcolor;"
|
||||||
"}"
|
"}"
|
||||||
|
|
Loading…
Reference in a new issue