diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/singleselect.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/singleselect.js b/core/js/singleselect.js index cd0dd52651a..94f7da82640 100644 --- a/core/js/singleselect.js +++ b/core/js/singleselect.js @@ -42,7 +42,6 @@ input.tipsy({gravity: gravity, trigger: 'manual'}); input.tipsy('show'); } - select.css('background-color', 'white'); input.focus(); } }); |