Added a blue theme as well. These themes are based on themes found here: https://bootswatch.com
这个提交包含在:
父节点
97fd1b137a
当前提交
447e6b76a1
共有 3 个文件被更改,包括 11057 次插入 和 0 次删除
|
|
@ -113,6 +113,7 @@
|
|||
<select class="custom-select" id="user_stylesheet" name="user_stylesheet" required>
|
||||
<option value='bootstrap.min.css' selected="selected">Standard theme</option>
|
||||
<option value='bootstrap-dark.css'>Dark theme</option>
|
||||
<option value='bootstrap-blue.css'>Blue theme</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
<select class="custom-select" id="user_stylesheet" name="user_stylesheet" required>
|
||||
<option value='bootstrap.min.css' <?php if($user_stylesheet == "bootstrap.min.css") { echo "selected=\"selected\""; } ?>>Standard theme</option>
|
||||
<option value='bootstrap-dark.css' <?php if($user_stylesheet == "bootstrap-dark.css") { echo "selected=\"selected\""; } ?>>Dark theme</option>
|
||||
<option value='bootstrap-blue.css' <?php if($user_stylesheet == "bootstrap-blue.css") { echo "selected=\"selected\""; } ?>>Blue theme</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
11055
assets/css/bootstrap-blue.css
vendored
普通文件
11055
assets/css/bootstrap-blue.css
vendored
普通文件
文件差异内容过多而无法显示
加载差异
正在加载…
在新工单中引用