fixed modal backdrop

This commit is contained in:
FezVrasta 2014-12-03 10:30:08 +01:00
parent 84544a4ca1
commit c0281c21cd
8 changed files with 38 additions and 48 deletions

View File

@ -5404,7 +5404,7 @@ icon-material-lightgrey {
padding-top: 0; padding-top: 0;
} }
.modal-backdrop { .modal-backdrop {
display: none; background: rgba(0, 0, 0, 0.3);
} }
.label { .label {
border-radius: 1px; border-radius: 1px;
@ -5570,9 +5570,6 @@ icon-material-lightgrey {
.panel-footer { .panel-footer {
background-color: #ececec; background-color: #ececec;
} }
.modal {
background: rgba(0, 0, 0, 0.3);
}
* { * {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5380,7 +5380,7 @@ icon-material-lightgrey {
padding-top: 0; padding-top: 0;
} }
.modal-backdrop { .modal-backdrop {
display: none; background: rgba(0, 0, 0, 0.3);
} }
.label { .label {
border-radius: 1px; border-radius: 1px;
@ -5546,9 +5546,6 @@ icon-material-lightgrey {
.panel-footer { .panel-footer {
background-color: #ececec; background-color: #ececec;
} }
.modal {
background: rgba(0, 0, 0, 0.3);
}
* { * {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,5 +35,5 @@
} }
.modal-backdrop { .modal-backdrop {
display: none; background: rgba(0,0,0,0.3);
} }

View File

@ -105,10 +105,6 @@ legend {
@import "_panels.less"; @import "_panels.less";
.modal {
background: rgba(0,0,0,0.3);
}
// Prevent highlight on mobile // Prevent highlight on mobile
* { * {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: rgba(255, 255, 255, 0);