Tourismus-Icons: Reduzierte-Animation als Funkeln (durchgestrichen wenn
aktiv), Tal-Log-Glocke, Tal-Meldungsmodus Sprechblase/ABC - Komponente: generisches Zwei-Zustands-Icon (.ic-state-on/.ic-state-off via .active) -> reduzierte Animation zeigt durchgestrichenes Funkeln. - Region: Schildkroete -> Funkeln (mit Aus-Zustand). - Tal: btnLog -> Glocken-SVG; _syncInfoModeBtn -> Sprechblase (Audio) / ABC (Lese-Modus) statt Emoji (Buch war fuers Glossar vergeben). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -182,6 +182,11 @@
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
/* Zwei-Zustands-Icon: .ic-state-on normal, .ic-state-off wenn Button .active.
|
||||
(z. B. Animationen an → reduziert = durchgestrichen) */
|
||||
.ggs-header--float button .ic-state-off { display: none; }
|
||||
.ggs-header--float button.active .ic-state-on { display: none; }
|
||||
.ggs-header--float button.active .ic-state-off { display: inline-block; }
|
||||
|
||||
/* --- Tempo-Zustandsbutton (zeigt IMMER den aktuellen Speed) --- */
|
||||
.ggs-header--float .ggs-tempo { position: relative; display: inline-flex; }
|
||||
|
||||
Reference in New Issue
Block a user