Compare commits
4 Commits
v1.13
...
menu-more-
| Author | SHA1 | Date | |
|---|---|---|---|
| 49ed27e58f | |||
| 9a5d90a703 | |||
| bceca97c98 | |||
| 52c6914d41 |
@@ -201,11 +201,14 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
|
.expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
|
||||||
background: white;
|
background: #fff;
|
||||||
width: initial;
|
width: initial;
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
}
|
}
|
||||||
|
.theme-dark .expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
|
||||||
|
background-color: #0f1117;
|
||||||
|
}
|
||||||
|
|
||||||
/*** NORMAL LIST ***/
|
/*** NORMAL LIST ***/
|
||||||
.normal-list > div {
|
.normal-list > div {
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu-more" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="360" >
|
<div id="menu-more" class="menu menu-box-bottom menu-box-detached rounded-m" data-menu-height="410" >
|
||||||
<div class="menu-title"><h1>Mehr</h1><p class="color-highlight"> </p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
|
<div class="menu-title"><h1>Mehr</h1><p class="color-highlight"> </p><a href="#" class="close-menu"><i class="fa fa-times"></i></a></div>
|
||||||
<div class="divider divider-margins mb-n2"></div>
|
<div class="divider divider-margins mb-n2"></div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('PWA_VERSION', '1.13');
|
define('PWA_VERSION', '1.13h2');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user