summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-05 16:54:40 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-05 16:54:40 -0500
commit474d6bec85afb986e7e7e1110f8a0fd09c04e46a (patch)
tree2194a598de50f46ea787e62f19c15f26c2bb655a
parent907fade7d02dad8b6aea120c20e92019fb26cebe (diff)
downloadgtk+-474d6bec85afb986e7e7e1110f8a0fd09c04e46a.tar.gz
HighContrast: Add a missing unit
-rw-r--r--gtk/theme/HighContrast/_common.scss2
-rw-r--r--gtk/theme/HighContrast/gtk.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index e9459f9029..ded8dfaeab 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -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;
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index ac060807ab..6ccba92600 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -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; }