Compare commits
2 Commits
v1.13
...
expenditur
| Author | SHA1 | Date | |
|---|---|---|---|
| bceca97c98 | |||
| 52c6914d41 |
@@ -201,11 +201,14 @@
|
||||
justify-content: center;
|
||||
}
|
||||
.expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
|
||||
background: white;
|
||||
background: #fff;
|
||||
width: initial;
|
||||
margin-top: -1em;
|
||||
padding: 0 .5em;
|
||||
}
|
||||
.theme-dark .expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) {
|
||||
background-color: #0f1117;
|
||||
}
|
||||
|
||||
/*** NORMAL LIST ***/
|
||||
.normal-list > div {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('PWA_VERSION', '1.13');
|
||||
define('PWA_VERSION', '1.13h1');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user