From f45a777e5b40f76bec504e9ed33bf7e992047b79 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Thu, 23 Feb 2023 14:30:57 +0100 Subject: [PATCH] Added save-load icons --- pandora_console/include/styles/pandora.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 67d043af40..6ead65f350 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -10295,6 +10295,15 @@ button.disabled_action_button { visibility: hidden; } +button div.save { + mask: url(../../images/save_mc.png) no-repeat center / contain; + -webkit-mask: url(../../images/save_mc.png) no-repeat center / contain; +} + +button div.load { + mask: url(../../images/logs@svg.svg) no-repeat center / contain; + -webkit-mask: url(../../images/logs@svg.svg) no-repeat center / contain; +} button div.camera { mask: url(../../images/picture.svg) no-repeat center / contain; -webkit-mask: url(../../images/picture.svg) no-repeat center / contain;