From 79c95a1cb29bddf51548003a6735680fcc498142 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 4 Jun 2019 00:38:38 +1000 Subject: [PATCH] whatever --- client/assets/styles/instance.mobile.css | 2 -- client/assets/styles/styles.css | 16 +++++----------- client/src/components/game.footer.jsx | 1 + client/src/components/targeting.arrows.jsx | 5 +++-- 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/client/assets/styles/instance.mobile.css b/client/assets/styles/instance.mobile.css index 71804f1e..669b839d 100644 --- a/client/assets/styles/instance.mobile.css +++ b/client/assets/styles/instance.mobile.css @@ -112,8 +112,6 @@ .instance-construct .stats div { flex: 1 1 33%; - min-width: 0; - overflow: hidden; } .instance-nav { diff --git a/client/assets/styles/styles.css b/client/assets/styles/styles.css index 32f96dfb..9e52bb58 100644 --- a/client/assets/styles/styles.css +++ b/client/assets/styles/styles.css @@ -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 { diff --git a/client/src/components/game.footer.jsx b/client/src/components/game.footer.jsx index fd0bdc05..220631c6 100644 --- a/client/src/components/game.footer.jsx +++ b/client/src/components/game.footer.jsx @@ -124,6 +124,7 @@ function GameFooter(props) { return (