Merge pull request #620 from zubcevic/july2019-bugfixes
increased sql form fields and fixed chrome progress
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user