Merge branch 'master' into webcrypto
This commit is contained in:
commit
bc0fb5b91e
2 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue