diff options
author | Felix Nagel <info@felixnagel.com> | 2013-03-07 23:53:15 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-03-07 23:53:15 +0100 |
commit | 66ba39094eef4ae5b380db06ab0aba13b71be761 (patch) | |
tree | 8669da0064e7ae8fc1f8ab320ef86906f7e363ef /themes/base | |
parent | 8fc08a18ecb19e84c7a1eac715221427094e68f1 (diff) | |
download | jquery-ui-66ba39094eef4ae5b380db06ab0aba13b71be761.tar.gz jquery-ui-66ba39094eef4ae5b380db06ab0aba13b71be761.zip |
Selectmenu: remove button wrapper element
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/jquery.ui.selectmenu.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.selectmenu.css b/themes/base/jquery.ui.selectmenu.css index 3256025a0..d19b5e07a 100644 --- a/themes/base/jquery.ui.selectmenu.css +++ b/themes/base/jquery.ui.selectmenu.css @@ -11,7 +11,7 @@ .ui-selectmenu-menu { padding: 0; margin: 0; - position:absolute; + position: absolute; top: 0; display: none; } @@ -35,11 +35,12 @@ .ui-selectmenu-open { display: block; } -.ui-selectmenu-button .ui-button { +.ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; + cursor: pointer; } .ui-selectmenu-button span.ui-icon { right: 0.5em; |