From 6e67dc81ac87fd3059ba6153c23e049da1293448 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Fri, 24 Nov 2023 09:36:51 +0100 Subject: [PATCH] 12495 Fixed buttons --- pandora_console/include/styles/pandora.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 7c740bba2b..1f31069268 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10795,6 +10795,13 @@ button div.fail { -webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain; } +button div.refresh { + mask: url(../../images/refresh@svg.svg) no-repeat center / contain; + -webkit-mask: url(../../images/refresh@svg.svg) no-repeat center / contain; + width: 22px; + height: 22px; +} + button div.force { mask: url(../../images/force@svg.svg) no-repeat center / contain; -webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;