mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: dark theme: add (#332)
This commit is contained in:
parent
35622082a9
commit
6bc4f3ec26
23 changed files with 186 additions and 51 deletions
|
|
@ -43,8 +43,14 @@
|
|||
Zip
|
||||
</label>
|
||||
</li>
|
||||
<li title="Theme">
|
||||
<select data-name="js-theme" class="form-control full-width" title="Theme">
|
||||
<option {{ light-selected }}>light</option>
|
||||
<option {{ dark-selected }}>dark</option>
|
||||
</select>
|
||||
</li>
|
||||
<li title="Visible Columns">
|
||||
<select data-name="js-columns" class="form-control full-width" title="Visible Columns">
|
||||
<select data-name="js-themes" class="form-control full-width" title="Visible Columns">
|
||||
<option {{ name-size-date-owner-mode-selected }}>name-size-date-owner-mode</option>
|
||||
<option {{ name-size-date-selected }}>name-size-date</option>
|
||||
<option {{ name-size-selected }}>name-size</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue