aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-04-08 23:41:49 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-04-08 23:41:49 +0200
commite7882fa393dcd5effb8a8997f99622ab88774cad (patch)
tree6a208a160fec9456b0a356f78a77503fc568d6ab /themes/base
parent6204e1a3c4197d4c612e786337ee371295364ee2 (diff)
downloadjquery-ui-e7882fa393dcd5effb8a8997f99622ab88774cad.tar.gz
jquery-ui-e7882fa393dcd5effb8a8997f99622ab88774cad.zip
Use tooltip to display hint when combobox input doesn't match anything
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.tooltip.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css
index 6d8e988bd..652bf3386 100644
--- a/themes/base/jquery.ui.tooltip.css
+++ b/themes/base/jquery.ui.tooltip.css
@@ -1,7 +1,10 @@
/* Tooltip
----------------------------------*/
.ui-tooltip {
- padding:8px; width:100px; position:absolute; z-index:9999;
+ padding:8px;
+ width:125px;
+ position:absolute;
+ z-index:9999;
-o-box-shadow: 0 0 5px #aaa;
-moz-box-shadow: 0 0 5px #aaa;
-webkit-box-shadow: 0 0 5px #aaa;