add month calendar

This commit is contained in:
2019-09-27 23:03:03 +02:00
committed by Roland Schneider
parent bee08c2092
commit 51788f2194
33 changed files with 698 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ body{
background: #e5ce48;
border: 1px solid #e5ce48;
color: #000; }
.btn.btn-primary:hover {
.btn.btn-primary:hover,.btn.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
border: 1px solid #e5ce48;
background: transparent;
color: #e5ce48; }