Merge pull request #620 from zubcevic/july2019-bugfixes

increased sql form fields and fixed chrome progress
This commit is contained in:
René Zubcevic
2019-07-25 08:39:34 +02:00
committed by GitHub
20 changed files with 89 additions and 86 deletions

View File

@ -1001,9 +1001,15 @@ cookie-container {
margin: 3px;
}
@keyframes blink {
50% { border-color: white; }
}
.cur-page {
border-bottom: 2px solid #000;
animation: blink 1.5s 2 forwards;
border: 3px solid blue;
color:#aaa;
background-color: lightsalmon;
}
span.show-next-page, span.show-prev-page {