From 8b864ed11107dcc6ef2780d8536cba1f9c5ff388 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 15 Feb 2025 09:17:21 +0100 Subject: [fix] simple template - video.html fix button icon to icon_small BTW: Rename the manufacturer-specific name ``ion-icon`` of the icon set in SerXNG to ``sxng-icon-set`` --> The icon set can be assembled together as desired in the FE and should therefore not have a manufacturer-specific name in the style and template definitions. Signed-off-by: Markus Heiser --- client/simple/src/less/style.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client/simple/src') diff --git a/client/simple/src/less/style.less b/client/simple/src/less/style.less index 7b34ea406..1ea7c3e4b 100644 --- a/client/simple/src/less/style.less +++ b/client/simple/src/less/style.less @@ -32,8 +32,8 @@ // to center the results @import "style-center.less"; -// ion-icon -.ion-icon { +// sxng-icon-set +.sxng-icon-set { display: inline-block; vertical-align: bottom; line-height: 1; @@ -41,16 +41,16 @@ .ltr-transform(); } -.ion-icon-small { +.sxng-icon-set-small { width: 1rem; height: 1rem; - .ion-icon; + .sxng-icon-set; } -.ion-icon-big { +.sxng-icon-set-big { width: 1.5rem; height: 1.5rem; - .ion-icon; + .sxng-icon-set; } // Main LESS-Code -- cgit v1.2.3