Mac: Select dropdowns in light theme are not styled (fixes #2510)

This commit is contained in:
Benjamin Pasero
2016-01-28 18:28:20 +01:00
parent 7ddbe52ea5
commit 669ed9637d
2 changed files with 6 additions and 0 deletions
@@ -181,4 +181,9 @@
background-color: #3C3C3C;
border-color: #3C3C3C;
color: rgb(204, 204, 204);
}
.vs.monaco-workbench .action-bar-select {
background-color: white;
border-color: #CECECE;
}
@@ -51,6 +51,7 @@
.monaco-shell.vs [tabindex="0"]:focus,
.monaco-shell.vs .synthetic-focus,
.monaco-shell.vs select:focus,
.monaco-shell.vs input[type="button"]:focus,
.monaco-shell.vs input[type="submit"]:focus,
.monaco-shell.vs input[type="text"]:focus, .monaco-shell.vs textarea:focus,