Przeglądaj źródła

Reduce shadow amount in notification container - flat.css theme

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

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

@@ -111,4 +111,8 @@ b, strong {
 
 
 .badge {
 .badge {
     box-shadow: none;
     box-shadow: none;
+}
+
+.notification-container {
+    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
 }
 }