We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8dd24 commit 4939243Copy full SHA for 4939243
toolstyles.css
@@ -39,7 +39,7 @@ div#left {
39
}
40
.jscolor {
41
width: 180px;
42
- height: 40px;
+ height: 39px;
43
padding: 3px;
44
border: none;
45
font-size: 28px;
@@ -59,9 +59,16 @@ input#submitbutton {
59
box-sizing: border-box;
60
cursor: pointer;
61
62
+input#submitbutton:focus {
63
+ outline: 0;
64
+}
65
input#submitbutton:hover {
66
background: linear-gradient(to bottom, #d8dfe6 0%, #c4cbda 100%);
67
68
.territory {
69
display: none;
70
71
+#switcher {
72
+ display: inline-block;
73
+ margin: 4px 0 0 0;
74
0 commit comments