Remove !important rules so that custom css in Print Format can override (#5235)

This commit is contained in:
Faris Ansari 2018-03-21 12:35:00 +05:30 committed by GitHub
parent b6936d4980
commit 2322010aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {