summaryrefslogtreecommitdiff
path: root/lib/superfish/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-03 18:48:30 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-03 18:55:23 -0500
commit0494244e8068198707bf602199413cd216b0d515 (patch)
tree59d31d59047c85c13a8061165a453f86aa501510 /lib/superfish/css
parentdece6dc5a5880c6267431ba3299c5758b38662ee (diff)
Super first pass:
- jQuery 1.90 - jQuery UI 1.10 - Superfish 1.5.1 (minus all plugins) - jQuery Form 3.26.0-2013.01.28 Deleted all other jQuery plugins for now. - Reworked autocomplete to use the latest jQuery code. - Deleted references to $.browser.msie, no longer supported - Basic CSS support for autocomplete - lots more work needed there
Diffstat (limited to 'lib/superfish/css')
-rw-r--r--lib/superfish/css/superfish.css16
1 files changed, 3 insertions, 13 deletions
diff --git a/lib/superfish/css/superfish.css b/lib/superfish/css/superfish.css
index cc33fdb4..3b21323e 100644
--- a/lib/superfish/css/superfish.css
+++ b/lib/superfish/css/superfish.css
@@ -57,6 +57,9 @@ ul.sf-menu li li li.sfHover ul {
float: left;
margin-bottom: 1em;
}
+.sf-menu ul {
+ box-shadow: 2px 2px 6px rgba(0,0,0,.2);
+}
.sf-menu a {
border-left: 1px solid #fff;
border-top: 1px solid #CFDEFF;
@@ -121,16 +124,3 @@ li.sfHover > a > .sf-sub-indicator {
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
-
-/*** shadows for all but IE6 ***/
-.sf-shadow ul {
- background: url('../images/shadow.png') no-repeat bottom right;
- padding: 0 8px 9px 0;
- -moz-border-radius-bottomleft: 17px;
- -moz-border-radius-topright: 17px;
- -webkit-border-top-right-radius: 17px;
- -webkit-border-bottom-left-radius: 17px;
-}
-.sf-shadow ul.sf-shadow-off {
- background: transparent;
-}