diff --git a/library.css b/library.css index 4c071b0..31a874b 100644 --- a/library.css +++ b/library.css @@ -1441,12 +1441,12 @@ input[name="code"] { } .selectedFilterLabel { - background-color: #E5E5E5; - border-color: #E5E5E5; - border-radius: 2px; - color: inherit; - line-height: 15px; - padding: 3px 10px; + background-color: #E5E5E5 !important; + border-color: #E5E5E5 !important; + border-radius: 2px !important; + color: inherit !important; + line-height: 15px !important; + padding: 3px 10px !important; } .searchFilterItem { @@ -1454,6 +1454,6 @@ input[name="code"] { } .range-button > button{ - padding: 5px 10px; - text-transform: none; + padding: 5px 10px !important; + text-transform: none !important; }