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