Skip to content

Commit

Permalink
#7517 fix dark combobox styles
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Jun 13, 2018
1 parent 18e7bcc commit a52b374
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/lab/src/theme/static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

.widget-text input[type="password"]:focus {
border-color: var(--jp-widgets-input-focus-border-color)
border-color: var(--jp-widgets-input-focus-border-color);
}


Expand All @@ -40,6 +40,9 @@
color: var(--jp-widgets-input-color);
font-size: var(--jp-widgets-font-size);
}
.widget-select-multiple select:focus {
border-color: var(--jp-widgets-input-focus-border-color);
}

.easyform-combobox-input {
box-sizing: border-box;
Expand Down

0 comments on commit a52b374

Please sign in to comment.