Refactor some controls (#114)

* Refactor some controls

* Feedback
This commit is contained in:
Will Scullin
2022-05-15 14:57:21 -07:00
committed by GitHub
parent c648735b8a
commit 9a940935af
6 changed files with 129 additions and 61 deletions
+8 -2
View File
@@ -606,6 +606,9 @@ button:focus {
padding: 0;
margin-left: 10px;
width: 42px;
display: flex;
justify-content: center;
align-items: center;
}
#reset:hover {
@@ -614,8 +617,11 @@ button:focus {
}
#reset:active {
background: #22150A;
border: 5px outset #44372C;
background-color: #22150A;
border-left: 3px solid #44372C;
border-top: 3px solid #44372C;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
}
#keyboard .key-OPEN_APPLE.active div {