Ability to provide a dropdown container to a text input. Applied to framework export.

This commit is contained in:
yflory
2020-01-16 14:52:04 +01:00
parent 9abeada1f0
commit b80d3cf24f
6 changed files with 76 additions and 7 deletions

View File

@@ -168,6 +168,9 @@
margin-bottom: 0;
}
}
.cp-alertify-type-container {
overflow: visible !important;
}
.alertify-tabs {
max-height: 100%;
display: flex;

View File

@@ -23,6 +23,23 @@
}
}
div.cp-alertify-type {
display: flex;
input {
margin: 0;
flex: 1;
min-width: 0;
}
span {
button {
margin: 0;
height: 100%;
margin-left: -1px;
text-transform: unset !important;
}
}
}
textarea {
padding: 8px;
&[readonly] {

View File

@@ -17,8 +17,7 @@
button {
.fa-caret-down {
margin-right: 0px;
margin-left: 5px;
margin-right: 1em !important;
}
* {
.tools_unselectable();