offer draws

This commit is contained in:
ntr
2019-10-27 13:20:14 +11:00
parent d41ff0d4e8
commit 4593a5f203
10 changed files with 121 additions and 47 deletions
+9 -1
View File
@@ -144,7 +144,15 @@ aside {
&:active, &.confirming {
background: @red;
color: black;
border: 2px solid black;
border: 2px solid @red;
}
}
.draw:not([disabled]) {
&:active, &.confirming {
background: @gray-hover;
color: black;
border: 2px solid @gray-hover;
}
}