From e8bd43487a32b56508d1ddcea7c46949daec825d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 13 Jun 2015 23:45:52 -0700 Subject: [PATCH] UI spring cleaning: customer menus, and some consistency with top menus --- httemplate/elements/freeside.css | 10 ++++------ httemplate/elements/xmenu.css | 6 +++--- httemplate/elements/xmenu.top.css | 8 ++------ 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 6a1d23839..7e8ae872d 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -179,13 +179,11 @@ div.fstabcontainer { background-color:#ffffff; padding:8px; clear: left; - border-left: thin solid #CFDEFF; - border-right: thin solid #CFDEFF; - border-bottom: thin solid #CFDEFF; + border-left: thin solid #7e0079; + border-right: thin solid #7e0079; + border-bottom: thin solid #7e0079; + border-top: thin solid #7e0079; /* - border-left:1px solid #7e0079; - border-right:1px solid #7e0079; - border-bottom:1px solid #7e0079; border-top:1px solid #7e0079; */ } 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 { -- 2.11.0