From c08ddf05f1158149d0a09d9de133aaf0d5738f9b Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Thu, 15 Dec 2016 13:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=89=80=E6=9C=89!important=E9=99=90=E5=88=B6?= =?UTF-8?q?=EF=BC=8C=E4=B8=BA=E5=B0=86=E6=9D=A5=E6=9B=BF=E6=8D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=81=9A=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/site.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Bootstrap.Admin/Content/css/site.css b/Bootstrap.Admin/Content/css/site.css index 0b470710..93d37ae6 100644 --- a/Bootstrap.Admin/Content/css/site.css +++ b/Bootstrap.Admin/Content/css/site.css @@ -2,8 +2,8 @@ color: #797979; background: #f1f2f7; font-family: 'Open Sans', sans-serif; - padding: 0px !important; - margin: 0px !important; + padding: 0px; + margin: 0px; font-size: 13px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; @@ -20,7 +20,7 @@ a, a:hover, a:focus { } .dropdown-menu { - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); } .well-bg { @@ -143,12 +143,12 @@ a, a:hover, a:focus { } .top-menu > li > a:hover, .top-menu > li > a:focus { - border: 1px solid #f0f0f8 !important; - background-color: #fff !important; + border: 1px solid #f0f0f8; + background-color: #fff; text-decoration: none; border-radius: 4px; -webkit-border-radius: 4px; - color: #2E2E2E !important; + color: #2E2E2E; } .top-menu .caret { @@ -157,7 +157,7 @@ a, a:hover, a:focus { } .top-menu .dropdown-menu.logout { - width: 268px !important; + width: 268px; top: 50px; left: auto; right: 0; @@ -192,7 +192,7 @@ a, a:hover, a:focus { } .top-menu .dropdown-menu.logout li a:hover { - background: none !important; + background: none; color: #337ab7; } @@ -294,13 +294,13 @@ a, a:hover, a:focus { .notify-row .dropdown-menu { float: left; - max-width: 300px !important; - min-width: 160px !important; + max-width: 300px; + min-width: 160px; top: 32px; left: -74px; - width: 235px !important; + width: 235px; padding: 0; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176); border: none; }