From 7aa854e1df5463e972da09199c1a355f0570d387 Mon Sep 17 00:00:00 2001 From: "vit.tlusty" Date: Wed, 13 Oct 2021 09:25:54 +0200 Subject: [PATCH] hotovo --- src/App.vue | 213 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 125 insertions(+), 88 deletions(-) diff --git a/src/App.vue b/src/App.vue index 10a8508..83f7620 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,51 +1,59 @@ + .neaktivniPocet { + cursor: default !important; + color: gray !important; + border-color: gray !important; + } + + .neaktivniPocet:hover { + background-color: transparent !important; + } + + .neaktivniPocet:active, + .neaktivniPocet:focus { + box-shadow: none !important; + } + \ No newline at end of file