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:
parent
b7d537c200
commit
814fad8191
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
background-color: #003AFF;
|
background-color: #003AFF;
|
||||||
}
|
}
|
||||||
#message {
|
#message {
|
||||||
border: 1px dash 0px 0px ;
|
border: 1px dash 0px dash ;
|
||||||
border-color: @separatorcolor;
|
border-color: @separatorcolor;
|
||||||
padding: 1px ;
|
padding: 1px ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue