Merge branch 'master' into webcrypto

This commit is contained in:
El RIDO 2018-10-02 20:43:40 +02:00
commit bc0fb5b91e
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
2 changed files with 7 additions and 0 deletions

View File

@ -144,3 +144,7 @@ footer h4 {
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
list-style-type: decimal !important;
}
.dark-theme .alert-info .alert-link {
color: #fff;
}

View File

@ -88,6 +88,9 @@ endif;
if ($isCpct):
?> class="navbar-spacing"<?php
endif;
if ($isDark):
?> class="dark-theme"<?php
endif;
?>>
<div id="passwordmodal" tabindex="-1" class="modal fade" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">