diff --git a/src/App.vue b/src/App.vue index 4e3ae55..7db952a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,4 +37,11 @@ export default { color: #2c3e50; // margin-top: 60px; } +.disabled { + cursor: not-allowed; + color: gray +} +.disabled:hover { + color:gray +}