forked from qwerty/tupali
Solucion temporal a los modales en plantilla
This commit is contained in:
parent
dd2b444161
commit
6c001b1cc6
@ -552,6 +552,7 @@ $aplicacion_pie="
|
|||||||
progress: true,
|
progress: true,
|
||||||
history: true,
|
history: true,
|
||||||
center: true,
|
center: true,
|
||||||
|
embedded: true,
|
||||||
|
|
||||||
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
||||||
|
|
||||||
|
@ -11,6 +11,23 @@
|
|||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-backdrop.in {
|
||||||
|
filter: alpha(opacity=50);
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-backdrop {
|
||||||
|
position: inherit !important;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
.modal-dialog{
|
||||||
|
|
||||||
|
z-index: 2000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.reveal .slides {
|
.reveal .slides {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user