HighContrast: Add a missing unit

This commit is contained in:
Matthias Clasen 2016-01-05 16:54:40 -05:00
parent 907fade7d0
commit 474d6bec85
2 changed files with 2 additions and 2 deletions

View File

@ -1085,7 +1085,7 @@ treeview.view {
padding: 3px 6px;
border-style: none solid solid none;
border-radius: 0;
border-width: 1;
border-width: 1px;
background-image: none;
border-color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
text-shadow: none;

View File

@ -1232,7 +1232,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he
padding: 3px 6px;
border-style: none solid solid none;
border-radius: 0;
border-width: 1;
border-width: 1px;
background-image: none;
border-color: gray;
text-shadow: none; }