1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Fix tests.

This commit is contained in:
Dave Davenport 2017-09-04 23:01:37 +02:00
parent 2b8179b684
commit 6dae152e31
2 changed files with 6 additions and 2 deletions

View file

@ -116,7 +116,9 @@
#window.mainbox.inputbar {
text: @normal-foreground;
spacing: 0;
padding: 1px ;
}
#window.mainbox.inputbar.box {
border: 0px ;
border: 0px ;
padding: 0px ;
}

View file

@ -117,7 +117,9 @@
#window.mainbox.inputbar {
text: @normal-foreground;
spacing: 0;
padding: 1px ;
}
#window.mainbox.inputbar.box {
border: 0px ;
border: 0px ;
padding: 0px ;
}