Remove !important rules so that custom css in Print Format can override (#5235)
This commit is contained in:
parent
b6936d4980
commit
2322010aa6
1 changed files with 4 additions and 4 deletions
8
frappe/public/css/bootstrap.css
vendored
8
frappe/public/css/bootstrap.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue