From b51ed72b3e324e103fb3fd87a4cf4b500cb50fee Mon Sep 17 00:00:00 2001
From: smtw <code@smtw.de>
Date: Tue, 28 Dec 2021 17:14:58 +0100
Subject: [PATCH] titles to switcher

---
 src/plainui/jinja2/plainui/components/header_buttons.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/plainui/jinja2/plainui/components/header_buttons.html b/src/plainui/jinja2/plainui/components/header_buttons.html
index cf468d18e..121a19a53 100644
--- a/src/plainui/jinja2/plainui/components/header_buttons.html
+++ b/src/plainui/jinja2/plainui/components/header_buttons.html
@@ -216,6 +216,7 @@
                 class="rc3-header__additional-btn btn btn-icon py-2 pl-2 pr-0"
                 value="default"
                 name="theme"
+                title="switch to eyecandy theme"
                 >
                 <!-- icon animations full-->
                 <svg width="1.25rem" height="1.25rem" fill="currentColor" version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 500 500" style="enable-background:new 0 0 500 500" xml:space="preserve"><style>.st0{display:none}.st1{display:inline}.st2{fill:none;stroke:#000;stroke-width:18;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}</style><path d="M411.1 237.1 142.2 81.8c-4.8-2.8-10.7-2.8-15.5 0s-7.8 7.9-7.8 13.4v310.5c0 5.5 3 10.7 7.8 13.4 2.4 1.4 5 2.1 7.8 2.1s5.4-.7 7.8-2.1l268.9-155.2c4.8-2.8 7.8-7.9 7.8-13.4s-3.1-10.7-7.9-13.4z" id="animation"/></svg>
@@ -223,8 +224,8 @@
         {% else %}
             <button
                 class="rc3-header__additional-btn btn btn-icon py-2 pl-2 pr-0"
-                title=""
                 value="full"
+                title="switch to eyecandy deluxe theme"
                 name="theme"
                 >
                 <!-- icon animations -->
@@ -235,6 +236,7 @@
             <button
                 class="rc3-header__additional-btn btn btn-icon p-2"
                 value="distractfree"
+                title="switch to dark theme"
                 name="theme"
                 >
                 <!-- icon bulb active -->
@@ -243,8 +245,8 @@
         {% else %}
             <button
                 class="rc3-header__additional-btn btn btn-icon p-2"
-                title=""
                 value="default"
+                title="switch to eyecandy theme"
                 name="theme"
                 >
                 <!-- icon bulb -->
-- 
GitLab