Skip to content

Commit 076c13f

Browse files
author
Kristan Kenney
committed
Adjust dialog box background color and shadow
1 parent 0de7d7e commit 076c13f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,10 +3639,10 @@ form#vstobjects.suspended {
36393639
.ui-dialog {
36403640
font-family: 'Exo', Arial, Helvetica, sans-serif !important;
36413641
font-weight: 500 !important;
3642-
background-color: rgba(245,245,245,0.87) !important;
3643-
box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.55) !important;
3642+
background-color: rgba(255,255,255,0.9) !important;
3643+
box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.35) !important;
36443644
border-radius: 6px !important;
3645-
border: 1px solid rgba(255,255,255,0.9) !important;
3645+
border: 2px solid rgba(255,255,255,0.95) !important;
36463646
text-align: center !important;
36473647
}
36483648

0 commit comments

Comments
 (0)