1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

add separator between mesg and listview

This commit is contained in:
Rasmus Steinke 2017-10-22 11:52:50 +02:00
parent b7d537c200
commit 814fad8191

View file

@ -48,7 +48,7 @@
background-color: #003AFF;
}
#message {
border: 1px dash 0px 0px ;
border: 1px dash 0px dash ;
border-color: @separatorcolor;
padding: 1px ;
}