Use solid border for infobar

This commit is contained in:
Adriano Moura 2016-11-30 01:11:40 -02:00
parent eae7b04c31
commit a864680af0
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ iconview.view.cell {
infobar {
padding:2px;
border: 1px dotted black;
border: 1px solid black;
border-radius: 1px;
}