Added a blue theme as well. These themes are based on themes found here: https://bootswatch.com

这个提交包含在:
Andreas 2020-09-23 18:19:28 +02:00
父节点 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 普通文件

文件差异内容过多而无法显示 加载差异