mirror of https://github.com/node-red/node-red.git
Add a border to better distinguish typedInput type/option dropdowns
parent
336c73fd2a
commit
af6e33d4ec
|
@ -198,6 +198,7 @@ button.red-ui-typedInput-option-expand {
|
|||
}
|
||||
|
||||
button.red-ui-typedInput-option-trigger {
|
||||
border-left: 1px solid var(--red-ui-form-input-border-color);
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-top-right-radius: 4px;
|
||||
|
|
Loading…
Reference in New Issue