Skip to content

Commit 7262e27

Browse files
eug3nixplucik
authored andcommitted
small visual improvement for "modal-on-modal" edge case
1 parent 6aea2d5 commit 7262e27

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pgmanage/app/static/pgmanage_frontend/src/assets/scss/themes/dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ SOFTWARE.
389389
}
390390
.modal-content {
391391
background-color: #2F3136;
392+
box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
392393
}
393394
.modal-footer {
394395
border-top-color: #484a55;

pgmanage/app/static/pgmanage_frontend/src/assets/scss/themes/light.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ SOFTWARE.
354354
}
355355
.modal-content {
356356
background-color: #FFF;
357+
box-shadow: 0 0 200px rgba(0, 0, 0, 0.2);
357358
}
358359
.modal-footer {
359360
border-top-color: #d2d2d2;

0 commit comments

Comments
 (0)