diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-13 23:45:58 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-13 23:45:58 -0700 |
commit | 9e7f4eaeda1128a18233fc04117e3444119edca6 (patch) | |
tree | 55ee013be15c7dbd0b4bad066b9399b9f80e1c0c | |
parent | 3ee2cbcd001f55a88edad4833a8a2ecc8fbb3c99 (diff) |
UI spring cleaning: customer menus, and some consistency with top menus
-rw-r--r-- | httemplate/elements/xmenu.css | 6 | ||||
-rw-r--r-- | httemplate/elements/xmenu.top.css | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css index afd9e919d..79990d35c 100644 --- a/httemplate/elements/xmenu.css +++ b/httemplate/elements/xmenu.css @@ -28,9 +28,9 @@ border-radius: 4px; padding: 1px; background: white; - -moz-box-shadow: #000000 1px 1px 4px; - -webkit-box-shadow: #000000 1px 1px 4px; - box-shadow: #000000 1px 1px 4px; + -moz-box-shadow: #333333 1px 1px 2px; + -webkit-box-shadow: #333333 1px 1px 2px; + box-shadow: #333333 1px 1px 2px; } .webfx-menu-empty { diff --git a/httemplate/elements/xmenu.top.css b/httemplate/elements/xmenu.top.css index 4b6f151d6..b72276852 100644 --- a/httemplate/elements/xmenu.top.css +++ b/httemplate/elements/xmenu.top.css @@ -23,14 +23,10 @@ z-index: 9999; visibility: hidden; border: 1px solid #7e0079; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; + border-radius: 2px; padding: 1px; background: white; - -moz-box-shadow: #000000 1px 1px 4px; - -webkit-box-shadow: #000000 1px 1px 4px; - box-shadow: #000000 1px 1px 4px; + box-shadow: #333333 1px 1px 2px; } .webfx-menu-empty { |