Ability to provide a dropdown container to a text input. Applied to framework export.
This commit is contained in:
@@ -168,6 +168,9 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.cp-alertify-type-container {
|
||||
overflow: visible !important;
|
||||
}
|
||||
.alertify-tabs {
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
|
||||
@@ -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] {
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
|
||||
button {
|
||||
.fa-caret-down {
|
||||
margin-right: 0px;
|
||||
margin-left: 5px;
|
||||
margin-right: 1em !important;
|
||||
}
|
||||
* {
|
||||
.tools_unselectable();
|
||||
|
||||
Reference in New Issue
Block a user