Przeglądaj źródła

Remove shadows from badge elements in flat.css theme

Kristan Kenney 6 lat temu
rodzic
commit
38bbbe58fc
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      install/deb/themes/flat.css

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

@@ -59,6 +59,9 @@ b, strong {
     color: #474747;
 }
 
+.l-unit:hover, .units .l-unit:hover {
+    box-shadow: none;
+}
 .vst-input {
     box-shadow: none;
 }
@@ -97,4 +100,12 @@ b, strong {
 .alert {
     text-shadow: none !important;
     box-shadow: none !important;
+}
+
+.pill.usage {
+    box-shadow: none;
+}
+
+.badge {
+    box-shadow: none;
 }