mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
add length indicator for semicombo fields as well
This commit is contained in:
@@ -1717,7 +1717,7 @@ a.hide-toggle {
|
||||
|
||||
.form-field-input-multicombo .input-wrap {
|
||||
border: 1px solid #ddd;
|
||||
width: 100px;
|
||||
width: 180px;
|
||||
}
|
||||
.form-field-input-multicombo input {
|
||||
border: none;
|
||||
@@ -2336,10 +2336,10 @@ div.combobox {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.form-field-input-wrap > input:focus + span.length-indicator-wrap,
|
||||
.form-field-input-wrap > textarea:focus + span.length-indicator-wrap,
|
||||
.form-field-input-wrap > input:focus + div.combobox-caret + span.length-indicator-wrap,
|
||||
.form-field-input-wrap > textarea:focus + div.combobox-caret + span.length-indicator-wrap {
|
||||
.form-field-input-wrap input:focus + span.length-indicator-wrap,
|
||||
.form-field-input-wrap textarea:focus + span.length-indicator-wrap,
|
||||
.form-field-input-wrap input:focus + div.combobox-caret + span.length-indicator-wrap,
|
||||
.form-field-input-wrap textarea:focus + div.combobox-caret + span.length-indicator-wrap {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@@ -2357,6 +2357,10 @@ div.combobox {
|
||||
border-right-color: red;
|
||||
}
|
||||
|
||||
.tooltip.max-length-warning {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* Field Help
|
||||
------------------------------------------------------- */
|
||||
.field-help-body {
|
||||
|
||||
Reference in New Issue
Block a user