Просмотр исходного кода

Flatten text boxes and dropdowns in flat.css theme

Kristan Kenney 6 лет назад
Родитель
Сommit
0d17c562a3
1 измененных файлов с 16 добавлено и 0 удалено
  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;
+}