diff --git a/library.css b/library.css index f2e47e9..86b557b 100644 --- a/library.css +++ b/library.css @@ -1412,4 +1412,16 @@ input[name="code"] { background: #f9f9f9; border: 1px solid #ededed; border-radius: 1px +} + +.selectedFilterLabel { + background-color: #E5E5E5; + border-color: #E5E5E5; + color: inherit; + line-height: 15px; + padding: 3px 10px; +} + +.searchFilterItem { + margin-bottom: 5px; } \ No newline at end of file