Sfoglia il codice sorgente

Remove shadows from badge elements in flat.css theme

Kristan Kenney 6 anni fa
parent
commit
38bbbe58fc
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  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;
 }