mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
12 lines
No EOL
313 B
HTML
12 lines
No EOL
313 B
HTML
<div id="theme-switcher" class="{{ (themeSwitcherOpen) ? 'open': '' }}">
|
|
|
|
<div class="settings-icon" ng-click="toggleThemeSwitcher()">⚙</div>
|
|
|
|
<div
|
|
class="option {{ (theme.selected) ? 'selected': '' }}"
|
|
ng-repeat="theme in themes"
|
|
ng-click="switchTheme(theme)">
|
|
{{ theme.name }}
|
|
</div>
|
|
|
|
</div> |