mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-06 23:00:39 +03:00
fixed modal backdrop
This commit is contained in:
parent
84544a4ca1
commit
c0281c21cd
5
dist/css/material-wfont.css
vendored
5
dist/css/material-wfont.css
vendored
|
@ -5404,7 +5404,7 @@ icon-material-lightgrey {
|
|||
padding-top: 0;
|
||||
}
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.label {
|
||||
border-radius: 1px;
|
||||
|
@ -5570,9 +5570,6 @@ icon-material-lightgrey {
|
|||
.panel-footer {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.modal {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
* {
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
|
2
dist/css/material-wfont.css.map
vendored
2
dist/css/material-wfont.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
5
dist/css/material.css
vendored
5
dist/css/material.css
vendored
|
@ -5380,7 +5380,7 @@ icon-material-lightgrey {
|
|||
padding-top: 0;
|
||||
}
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.label {
|
||||
border-radius: 1px;
|
||||
|
@ -5546,9 +5546,6 @@ icon-material-lightgrey {
|
|||
.panel-footer {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.modal {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
* {
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
|
2
dist/css/material.css.map
vendored
2
dist/css/material.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -35,5 +35,5 @@
|
|||
}
|
||||
|
||||
.modal-backdrop {
|
||||
display: none;
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
|
|
@ -105,10 +105,6 @@ legend {
|
|||
|
||||
@import "_panels.less";
|
||||
|
||||
.modal {
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
// Prevent highlight on mobile
|
||||
* {
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user