Browse Source

Flatten text boxes and dropdowns in flat.css theme

Kristan Kenney 6 years ago
parent
commit
0d17c562a3
1 changed files with 16 additions and 0 deletions
  1. 16 0
      install/deb/themes/flat.css

+ 16 - 0
install/deb/themes/flat.css

@@ -54,3 +54,19 @@ b, strong {
 .l-unit__stat-col--left a:hover {
     color: #474747;
 }
+
+.vst-input {
+    box-shadow: none;
+}
+
+.vst-list {
+    box-shadow: none;
+}
+
+.advanced-options {
+    box-shadow: none !important;
+}
+
+.vst-textinput {
+    box-shadow: none;
+}