diff --git a/client/css/style.css b/client/css/style.css index e5036c7f..9d1d7225 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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; } diff --git a/client/js/lounge.js b/client/js/lounge.js index 167ba0b3..edcde75b 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -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"); diff --git a/client/themes/crypto.css b/client/themes/crypto.css index 3179c5a3..b4251dec 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -126,6 +126,10 @@ a:hover, font-size: 12px; } +#windows select.input { + height: 38px; +} + #footer .icon { color: #666; }