toggles blackout button on reset; attempting to fix buttons on iOS
This commit is contained in:
parent
a8c87ec87e
commit
973dc8e8f5
@ -113,6 +113,7 @@ $(document).ready(function(){
|
|||||||
$("#byline").html("");
|
$("#byline").html("");
|
||||||
$("#poem_list").html("");
|
$("#poem_list").html("");
|
||||||
$("#spina").addClass("unlock");
|
$("#spina").addClass("unlock");
|
||||||
|
$("#blackout").text("Blackout!");
|
||||||
}); // clear button click
|
}); // clear button click
|
||||||
|
|
||||||
// show help section
|
// show help section
|
||||||
|
@ -106,6 +106,8 @@ a:hover {
|
|||||||
|
|
||||||
/* all buttons have this */
|
/* all buttons have this */
|
||||||
.btn {
|
.btn {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
font: 18px lora, Baskerville, TimesNewRoman, Times New Roman, Times, Georgia, serif;
|
font: 18px lora, Baskerville, TimesNewRoman, Times New Roman, Times, Georgia, serif;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user