mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-13124-no-deja-seleccionar-tarea-en-ventana-de-bienvenida' into 'develop'
Ent 13124 no deja seleccionar tarea en ventana de bienvenida See merge request artica/pandorafms!7060
This commit is contained in:
commit
6b4014200c
@ -265,7 +265,6 @@ div#welcome_modal_window .wizard #li-div_wizard_agent > div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#welcome_modal_window .wizard #li-div_wizard_agent .select2-selection {
|
div#welcome_modal_window .wizard #li-div_wizard_agent .select2-selection {
|
||||||
background-color: #f6f7fb !important;
|
|
||||||
border: 1px solid #c0ccdc !important;
|
border: 1px solid #c0ccdc !important;
|
||||||
border-radius: 6px !important;
|
border-radius: 6px !important;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
color: white !important;
|
color: white !important;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.select2-container--default>.selection>.select2-selection--single {
|
.select2-container--default > .selection > .select2-selection--single {
|
||||||
border-color: #707070 !important;
|
border-color: #707070 !important;
|
||||||
}
|
}
|
||||||
.select2-container .select2-selection--single .select2-selection__clear {
|
.select2-container .select2-selection--single .select2-selection__clear {
|
||||||
@ -76,7 +76,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: -100000px;
|
left: -100000px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1051;
|
z-index: 1118;
|
||||||
}
|
}
|
||||||
.select2-results {
|
.select2-results {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user