Skip to content

Commit

Permalink
set gridbutton/clickable background-color to #222
Browse files Browse the repository at this point in the history
  • Loading branch information
honzi committed Jul 1, 2024
1 parent 0cb85c3 commit 33c02d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ select:enabled{
cursor: pointer;
}
button.gridbutton{
background-color: #222;
border-width: 0;
height: 25px;
margin: 1px;
Expand All @@ -58,6 +59,7 @@ button.gridbutton{
width: 25px;
}
button.gridbuttonclickable{
background-color: #222;
border-width: 0;
color: #000;
font-size: 300%;
Expand Down

0 comments on commit 33c02d7

Please sign in to comment.