BLT editor: Minor changes
Restyle textarea Show correct ballot when returning from candidate edit screen
This commit is contained in:
parent
a2ed2a7755
commit
f15e2bd89b
@ -261,6 +261,7 @@ function clickSaveCandidates() {
|
|||||||
|
|
||||||
// Update ballot entry
|
// Update ballot entry
|
||||||
initBallot();
|
initBallot();
|
||||||
|
changeBallot();
|
||||||
|
|
||||||
document.getElementById('bltMain').style.display = 'flex';
|
document.getElementById('bltMain').style.display = 'flex';
|
||||||
document.getElementById('divEditCandidates').style.display = 'none';
|
document.getElementById('divEditCandidates').style.display = 'none';
|
||||||
|
@ -143,7 +143,7 @@ select, input, button {
|
|||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
select, input[type="text"], input[type="number"] {
|
select, input[type="text"], input[type="number"], textarea {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
@ -213,10 +213,10 @@ input[type="checkbox"]:checked {
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus, select:focus, input:focus {
|
button:focus, select:focus, input:focus, textarea:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
select:focus, input:focus {
|
select:focus, input:focus, textarea:focus {
|
||||||
border-color: #3daee9;
|
border-color: #3daee9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user