This commit is contained in:
ntr
2019-06-04 00:38:38 +10:00
parent 61ced01ba7
commit 79c95a1cb2
4 changed files with 9 additions and 15 deletions
-2
View File
@@ -112,8 +112,6 @@
.instance-construct .stats div {
flex: 1 1 33%;
min-width: 0;
overflow: hidden;
}
.instance-nav {
+5 -11
View File
@@ -493,19 +493,13 @@ main .top button {
width: 100%;
}
.ready:hover {
transition-property: color, border-color;
.ready {
background: forestgreen;
color: black;
transition-property: color, background;
transition-duration: 0.5s;
transition-timing-function: ease;
color: forestgreen;
border-color: forestgreen;
/*box-shadow: inset -0.5em 0 0 0 forestgreen;*/
}
.ready, .instance-btn.ready {
color: forestgreen;
border-color: forestgreen;
box-shadow: inset -0.5em 0 0 0 forestgreen;
}
.timer-container {