Просмотр исходного кода

Reduce shadow amount in notification container - flat.css theme

Kristan Kenney 6 лет назад
Родитель
Сommit
2f6b430972
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      install/deb/themes/flat.css

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

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