From 3343b629afe7c37bf652cd4bef829d07695ab164 Mon Sep 17 00:00:00 2001 From: RakshaSharma26 <67366728+RakshaSharma26@users.noreply.github.com> Date: Mon, 5 Oct 2020 12:58:45 +0530 Subject: [PATCH] Update style.css --- theme/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/css/style.css b/theme/css/style.css index a2a66f7..42f33f3 100755 --- a/theme/css/style.css +++ b/theme/css/style.css @@ -53,16 +53,16 @@ h6 {color: #000;font-size: 14px;line-height: 26px;font-weight: 400;-webkit-text- .right15{ margin-right: 15px!important;color: #ccc;} .offset-0{ padding-left: 0; padding-right: 0;} .wrapper{ width: 100%; padding: 100px 0px 30px 0 ;} -.topbar{ width: 100%; background-color:#222; padding:0px; color: #ccc; font-size: 11px; letter-spacing: 1px; height: 28px;} +.topbar{ width: 100%; background-color:#444; padding:0px; color: #ccc; font-size: 11px; letter-spacing: 1px; height: 28px;} .tollNum{ padding-top: 5px;} .account-link{ width: 100%; float: right;} .account-link ul{ margin: 0; padding: 0; list-style: none; text-align: right} .account-link ul li{ display: inline-block; margin-right: 0px; background:#333; text-align: right; position: relative; } .account-link ul li a{ display: block; padding: 0px 15px; line-height: 28px;color: #ccc!important;} .srchBox {height:auto;display:none;background:#222;padding:5px 0;;width:300px; top: 28px; right: 0; position: absolute; padding: 15px;z-index: 999; box-shadow: 0 0 2px rgba(0,0,0,0.4); --moz-box-shadow: 0 0 2px rgba(0,0,0,0.4); --webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4); --o-box-shadow: 0 0 2px rgba(0,0,0,0.4);} +-moz-box-shadow: 0 0 2px rgba(1,1,1,0.4); +-webkit-box-shadow: 0 0 2px rgba(1,1,1,0.4); +-o-box-shadow: 0 0 2px rgba(1,1,1,0.4);} .srchBox i{ float: left; color: #666; margin: 5px 10px 0 0px; font-size: 13px;} .srchBox input[type="text"]{ width:86%; padding:0px;background:#333; border: none; float: left; margin-right: 6px; color: #999; margin-left: 2px; height: 30px; padding: 0 10px;} .srchBox input[type="submit"]{ background: #444; border:1px solid #555; text-align: center; padding: 0px; float: right; height:34px;color: #999; }