From 5ae40a9cca7724f8f1ba70e59363d53cabb642eb Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Mon, 6 Jan 2025 18:40:16 +0100 Subject: [PATCH] Bugfix: Search hilight sometimes overridden by other background definitions --- inventory/static/inventory/css/cell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/static/inventory/css/cell.css b/inventory/static/inventory/css/cell.css index 7b90163..398ed09 100644 --- a/inventory/static/inventory/css/cell.css +++ b/inventory/static/inventory/css/cell.css @@ -47,7 +47,7 @@ td.disabled { } .search-hilight { - background-color: #ffa0a0; + background-color: #ffa0a0 !important; } .cell:nth-child(2n) {