From 2322010aa6a7de365f66b885146fb3f899b7e8ee Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 21 Mar 2018 12:35:00 +0530 Subject: [PATCH] Remove !important rules so that custom css in Print Format can override (#5235) --- frappe/public/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frappe/public/css/bootstrap.css b/frappe/public/css/bootstrap.css index e3d4a14c4a..ab2b844392 100644 --- a/frappe/public/css/bootstrap.css +++ b/frappe/public/css/bootstrap.css @@ -193,9 +193,9 @@ th { *, *:before, *:after { - color: #000 !important; + color: #000; + background: transparent; text-shadow: none !important; - background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } @@ -257,11 +257,11 @@ th { } .table td, .table th { - background-color: #fff !important; + background-color: #fff; } .table-bordered th, .table-bordered td { - border: 1px solid #ddd !important; + border: 1px solid #ddd; } } @font-face {