From f4d9fff3c3925e9c4637fbfbc22b824a3539f39c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 13 Jun 2015 23:08:41 -0700 Subject: [PATCH] UI spring cleaning: menu/search bar --- httemplate/elements/freeside-menu.css | 14 +++++--------- httemplate/elements/header.html | 22 +++++++++++----------- httemplate/elements/xmenu.css | 2 +- httemplate/elements/xmenu.top.css | 4 ++-- 4 files changed, 19 insertions(+), 23 deletions(-) diff --git a/httemplate/elements/freeside-menu.css b/httemplate/elements/freeside-menu.css index 9533f1950..a66ebc0db 100644 --- a/httemplate/elements/freeside-menu.css +++ b/httemplate/elements/freeside-menu.css @@ -1,11 +1,9 @@ input.fsblackbutton { - background-color:#aaaaaa; + background-color:#cccccc; color: #333333; border:1px solid #888888; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; + border-radius: 2px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight:bold; @@ -20,17 +18,15 @@ input.fsblackbutton { input.fsblackbutton:hover,input.fsblackbutton:focus, input.fsblackbuttonselected:hover, input.fsblackbuttonselected:focus { - background:#aaaaaa; + background:#cccccc; } input.fsblackbuttonselected { - background-color:#aaaaaa; + background-color:#cccccc; color: #7e0079; border:1px solid #7e0079; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; + border-radius: 2px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight:bold; diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index a9e74babf..014ac6e5e 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -75,18 +75,18 @@ Example: % if ( $mobile ) { - + - + <% include('searchbar-combined.html') |n %> % } else { - + @@ -96,27 +96,27 @@ Example: - + <% include('searchbar-prospect.html') |n %> - + <% include('searchbar-cust_main.html') |n %> - + <% include('searchbar-address2.html') |n %> - + <% include('searchbar-cust_bill.html') |n %> - + <% include('searchbar-cust_svc.html') |n %> - + <% include('searchbar-ticket.html') |n %> % } @@ -128,7 +128,7 @@ Example: - + @@ -142,7 +142,7 @@ Example: % if ( $menu_position eq 'left' ) { - + diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css index e6a39f675..afd9e919d 100644 --- a/httemplate/elements/xmenu.css +++ b/httemplate/elements/xmenu.css @@ -101,7 +101,7 @@ /* background: rgb(120,172,255);/*rgb(255,128,0);*/ /* background: #a097ed; */ - background: #cccccc; + background: #dddddd; /* border: 1px solid #7E0079; */ /* border: 1px solid #000000; */ /* border: none */ diff --git a/httemplate/elements/xmenu.top.css b/httemplate/elements/xmenu.top.css index 7a42254e4..4b6f151d6 100644 --- a/httemplate/elements/xmenu.top.css +++ b/httemplate/elements/xmenu.top.css @@ -98,7 +98,7 @@ .webfx-menu-bar { /* background: rgb(120,172,255);/*rgb(255,128,0);*/ /* background: #a097ed; */ - background: #cccccc; + background: #dddddd; /* border: 1px solid #7E0079; */ /* border: 1px solid #000000; */ /* border: none */ @@ -126,7 +126,7 @@ /* IE5.0 Does not paint borders and padding on inline elements without a height/width */ height: expression(constExpression(ie50 ? "17px" : "auto")); - border: 1px solid #cccccc; + border: 1px solid #dddddd; margin-right: 4px -- 2.11.0