aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/selectmenu/dialog.html4
-rw-r--r--demos/selectmenu/typeahead.html4
2 files changed, 2 insertions, 6 deletions
diff --git a/demos/selectmenu/dialog.html b/demos/selectmenu/dialog.html
index a063b82c6..aa6b8b4ee 100644
--- a/demos/selectmenu/dialog.html
+++ b/demos/selectmenu/dialog.html
@@ -19,9 +19,7 @@
body {font-size: 62.5%; font-family:"Verdana",sans-serif; }
fieldset { border:0; }
label,select,.ui-select-menu { float: left; margin-right: 10px; }
- select { width: 200px; }
- .wrap span.ui-selectmenu-item-header,
- .wrap ul.ui-selectmenu-menu li a { text-decoration: underline !important; }
+ select { width: 200px; }
</style>
<script type="text/javascript">
$(function(){
diff --git a/demos/selectmenu/typeahead.html b/demos/selectmenu/typeahead.html
index 79a46890f..6f5dc7098 100644
--- a/demos/selectmenu/typeahead.html
+++ b/demos/selectmenu/typeahead.html
@@ -18,9 +18,7 @@
body {font-size: 62.5%; font-family:"Verdana",sans-serif; }
fieldset { border:0; }
label,select,.ui-select-menu { float: left; margin-right: 10px; }
- select { width: 200px; }
- .wrap span.ui-selectmenu-item-header,
- .wrap ul.ui-selectmenu-menu li a { text-decoration: underline !important; }
+ select { width: 200px; }
</style>
<script type="text/javascript">
$(function(){