diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 28922be77..be92d5344 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -562,6 +562,14 @@ StScrollBar {
     background-color: #eeeeec;
     border-radius: 0.3em; }
 
+/* Pad OSD */
+.pad-osd-window {
+  padding: 32px;
+  background-color: rgba(0, 0, 0, 0.8); }
+
+.combo-box-label {
+  width: 15em; }
+
 /* App Switcher */
 .switcher-popup {
   padding: 8px;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index ec992caa8..50bbd0b50 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit ec992caa801a82ad5870c0da709dfd8c37a1a707
+Subproject commit 50bbd0b50ff81d2a6d8441d79ac9e7be64517bb8
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index d28a0a7cd..f6d2f67c9 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -564,13 +564,11 @@ StScrollBar {
 
 /* Pad OSD */
 .pad-osd-window {
-    padding: 32px;
-    background-color: rgba(0, 0, 0, 0.8);
-}
+  padding: 32px;
+  background-color: rgba(0, 0, 0, 0.8); }
 
 .combo-box-label {
-    width: 15em;
-}
+  width: 15em; }
 
 /* App Switcher */
 .switcher-popup {