From 9c0586cf04838add403dd4b73ecef1702f3f9ca1 Mon Sep 17 00:00:00 2001 From: Ihor Brazhnichenko Date: Wed, 9 Nov 2022 09:17:52 +0200 Subject: [PATCH] #23 Move filter style to css --- app/sections/dashboard/dashboard.html | 2 +- app/styles/custom.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/sections/dashboard/dashboard.html b/app/sections/dashboard/dashboard.html index 71e5bc0..0ee287a 100644 --- a/app/sections/dashboard/dashboard.html +++ b/app/sections/dashboard/dashboard.html @@ -140,7 +140,7 @@
- +
diff --git a/app/styles/custom.css b/app/styles/custom.css index 988b1b5..3aaca3e 100644 --- a/app/styles/custom.css +++ b/app/styles/custom.css @@ -357,6 +357,11 @@ ul.scrollable-tabs-shadow-right:after { margin-right: 12px; } +.operations-filter { + width: 18px; + cursor: pointer; +} + .operations-table-filters { display: flex; margin-bottom: 16px;