From 1d384572ec3fb42b439581dcb620ddcfbc090700 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 13 May 2023 22:44:04 +1000 Subject: [PATCH] Update CSS for table filter tags (#4803) --- InvenTree/InvenTree/static/css/inventree.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 288c6f6581..5cca13f86b 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -301,16 +301,14 @@ main { .filter-tag { display: inline-block; *display: inline; - zoom: 1; - padding-top: 3px; - padding-left: 3px; - padding-right: 3px; - border: 1px solid #aaa; - border-radius: 3px; - background: #eee; - margin: 1px; - margin-left: 5px; - margin-right: 5px; + margin: 5px; + padding: 5px; + padding-top: 1px; + padding-bottom: 1px; + color: var(--bs-body-color); + border: 1px solid var(--border-color); + border-radius: 10px; + background: var(--secondary-color); white-space: nowrap; }