Make modals darker
This commit is contained in:
parent
24a5af32e2
commit
4c6e5415cb
|
@ -145,11 +145,11 @@
|
||||||
background-color:rgba(221, 224, 255, 0.3) !important;
|
background-color:rgba(221, 224, 255, 0.3) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel, .box {
|
.panel, .box, .modal {
|
||||||
background-color:rgba(250, 250, 250, 0.5) !important;
|
background-color:rgba(250, 250, 250, 0.5) !important;
|
||||||
}
|
}
|
||||||
.modal{
|
.modal, .modal.box{
|
||||||
background-color:rgba(255, 255, 255, 0.9) !important;
|
background-color:rgba(210, 210, 210, 0.9) !important;
|
||||||
}
|
}
|
||||||
.modal-background{
|
.modal-background{
|
||||||
background-color:rgba(255, 255, 255, 0.3) !important;
|
background-color:rgba(255, 255, 255, 0.3) !important;
|
||||||
|
|
Loading…
Reference in New Issue