Преглед изворни кода

Flatten alert dialogs in flat.css

Kristan Kenney пре 6 година
родитељ
комит
2ad5b40e7c
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      install/deb/themes/flat.css

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

@@ -82,4 +82,9 @@ b, strong {
 
 .ui-button.cancel, .button.cancel {
     background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(241,241,241,1) 100%) !important;
+}
+
+.alert {
+    text-shadow: none !important;
+    box-shadow: none !important;
 }