Bläddra i källkod

Remove button shadows from flat.css theme

Kristan Kenney 6 år sedan
förälder
incheckning
6c377b9502
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      install/deb/themes/flat.css

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

@@ -84,16 +84,19 @@ b, strong {
 }
 
 .ui-button.cancel, .button.cancel {
+    box-shadow: none !important;
     background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
 }
 
 .ui-button:hover, .button:hover, .ui-button.cancel:hover, .button.cancel:hover {
+    box-shadow: none !important;
     background: linear-gradient(to bottom, rgba(241,248,253,1) 0%,rgba(227,240,251,1) 100%) !important;
 }
 
 .ui-button:focus,.ui-button:active,
 .button:active,.button:focus,.ui-button.cancel:focus,.ui-button.cancel:active,
 .button.cancel:active,.button.cancel:focus {
+    box-shadow: none !important;
     background: linear-gradient(to bottom, rgba(210,232,250,1) 0%,rgba(194,224,248,1) 100%) !important;
 }