diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-01 09:33:25 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-01 09:33:25 +0200 |
commit | 00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9 (patch) | |
tree | 27ef61ea33806b1d559fe45e0fa8a55a0a908700 /themes | |
parent | df31e22b9572ef105fc83e130041b1165023a4ac (diff) | |
download | jquery-ui-00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9.tar.gz jquery-ui-00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9.zip |
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing
changes made to ab8d15521785e764a6bf47beee0cfd18929607d3.
Need to revert this revert later on when actually merging the tooltip branch into master.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.base.css | 1 | ||||
-rw-r--r-- | themes/base/jquery.ui.tooltip.css | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/themes/base/jquery.ui.base.css b/themes/base/jquery.ui.base.css index b6a74984b..eed06a277 100644 --- a/themes/base/jquery.ui.base.css +++ b/themes/base/jquery.ui.base.css @@ -9,4 +9,3 @@ @import url("jquery.ui.resizable.css"); @import url("jquery.ui.slider.css"); @import url("jquery.ui.tabs.css"); -@import url("jquery.ui.tooltip.css"); diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css deleted file mode 100644 index 6d8e988bd..000000000 --- a/themes/base/jquery.ui.tooltip.css +++ /dev/null @@ -1,14 +0,0 @@ -/* Tooltip -----------------------------------*/ -.ui-tooltip { - padding:8px; width:100px; 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; - box-shadow: 0 0 5px #aaa; -} -/* Fades and background-images don't work well together in IE6, drop the image */ -* html .ui-tooltip { - background-image: none; -} -body .ui-tooltip { border-width:2px; } |