Allow ourselves to have decent looking select elements in the settings
This commit is contained in:
parent
7f6dfe1652
commit
34036a4b7a
@ -581,10 +581,13 @@ button {
|
||||
outline: 0;
|
||||
padding: 8px 10px;
|
||||
transition: border-color .2s;
|
||||
-webkit-appearance: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#windows select.input {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
#user-specified-css-input {
|
||||
resize: vertical;
|
||||
}
|
||||
|
@ -493,7 +493,7 @@ $(function() {
|
||||
|
||||
var highlights = [];
|
||||
|
||||
settings.on("change", "input, textarea", function() {
|
||||
settings.on("change", "input, select, textarea", function() {
|
||||
var self = $(this);
|
||||
var name = self.attr("name");
|
||||
|
||||
|
@ -126,6 +126,10 @@ a:hover,
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#windows select.input {
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
#footer .icon {
|
||||
color: #666;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user