1
0
Fork 0
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:
Dave Davenport 2017-10-25 17:51:00 +02:00
parent 70451fb378
commit f9d1562513

View file

@ -69,7 +69,7 @@ const char *default_theme =
" padding: 0;"
"}"
"#message {"
" border: 1px dash 0px 0px ;"
" border: 2px dash 0px 0px ;"
" padding: 2px 0px 0px ;"
" border-color: @separatorcolor;"
"}"