mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
fb269362ff
commit
71811cb9e3
221 changed files with 32936 additions and 101 deletions
4
dashboard-ui/bower_components/material-design-lite/src/icon-toggle/snippets/icon-off.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/icon-toggle/snippets/icon-off.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<label class="mdl-icon-toggle mdl-js-icon-toggle mdl-js-ripple-effect" for="icon-toggle-2">
|
||||
<input type="checkbox" id="icon-toggle-2" class="mdl-icon-toggle__input">
|
||||
<i class="mdl-icon-toggle__label material-icons">format_italic</i>
|
||||
</label>
|
4
dashboard-ui/bower_components/material-design-lite/src/icon-toggle/snippets/icon-on.html
vendored
Normal file
4
dashboard-ui/bower_components/material-design-lite/src/icon-toggle/snippets/icon-on.html
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
<label class="mdl-icon-toggle mdl-js-icon-toggle mdl-js-ripple-effect" for="icon-toggle-1">
|
||||
<input type="checkbox" id="icon-toggle-1" class="mdl-icon-toggle__input" checked>
|
||||
<i class="mdl-icon-toggle__label material-icons">format_bold</i>
|
||||
</label>
|
Loading…
Add table
Add a link
Reference in a new issue