summaryrefslogtreecommitdiff
path: root/httemplate/elements/xmenu.css
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-13 23:45:52 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-13 23:45:52 -0700
commite8bd43487a32b56508d1ddcea7c46949daec825d (patch)
tree96a36afa498765fd3acf8860862c355708d0ebc6 /httemplate/elements/xmenu.css
parentf4d9fff3c3925e9c4637fbfbc22b824a3539f39c (diff)
UI spring cleaning: customer menus, and some consistency with top menus
Diffstat (limited to 'httemplate/elements/xmenu.css')
-rw-r--r--httemplate/elements/xmenu.css6
1 files changed, 3 insertions, 3 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 {