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

Adjust dialog box background color and shadow

Kristan Kenney 6 лет назад
Родитель
Сommit
076c13fd94
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      web/css/styles.min.css

+ 3 - 3
web/css/styles.min.css

@@ -3639,10 +3639,10 @@ form#vstobjects.suspended {
 .ui-dialog {
   font-family: 'Exo', Arial, Helvetica, sans-serif !important;
   font-weight: 500 !important;
-  background-color: rgba(245,245,245,0.87) !important;
-  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.55) !important;
+  background-color: rgba(255,255,255,0.9) !important;
+  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.35) !important;
   border-radius: 6px !important;
-  border: 1px solid rgba(255,255,255,0.9) !important;
+  border: 2px solid rgba(255,255,255,0.95) !important;
   text-align: center !important;
 }