summaryrefslogtreecommitdiffstats
path: root/dist/pages/settings.html
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-17 19:21:00 +0200
committerrstular <rok@stular.eu>2020-05-17 19:21:00 +0200
commitde95a6b78788da7472850dad13ed9b7de9e5b9b1 (patch)
tree6b5240629e86898091ae23728eda76e93efcebde /dist/pages/settings.html
parentinstall (diff)
downloadbeziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.tar
beziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.tar.gz
beziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.tar.bz2
beziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.tar.lz
beziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.tar.xz
beziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.tar.zst
beziapp-de95a6b78788da7472850dad13ed9b7de9e5b9b1.zip
Diffstat (limited to 'dist/pages/settings.html')
-rw-r--r--dist/pages/settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/pages/settings.html b/dist/pages/settings.html
index 2eeb724..38d442a 100644
--- a/dist/pages/settings.html
+++ b/dist/pages/settings.html
@@ -79,7 +79,7 @@
<h5><x-su>language</x-su></h5>
<div class="input-field col s12">
<i class="material-icons prefix">translate</i>
- <select class="icons" id="select-language">
+ <select class="lang-select icons" id="select-language">
<option value="" id="option-sl" data-language="sl" data-icon="/img/flags/sl.svg" selected>Slovenščina</option>
<option value="" id="option-en" data-language="en" data-icon="/img/flags/en.svg">English</option>
</select>
@@ -91,7 +91,7 @@
<h5><x-su>theme</x-su></h5>
<div class="input-field col s12">
<i class="material-icons prefix">palette</i>
- <select class="icons" id="select-theme">
+ <select class="theme-select" id="select-theme">
<option value="" id="option-light" data-theme="light" selected><x-su>themeLight</x-su></option>
<option value="" id="option-dark" data-theme="dark"><x-su>themeDark</x-su></option>
</select>