К предыдущему

This commit is contained in:
Book Pauk
2020-02-05 15:36:24 +07:00
parent 199b3761b5
commit 522ebc8aa2

View File

@@ -1216,11 +1216,13 @@ class Reader extends Vue {
.tool-button-disabled { .tool-button-disabled {
color: lightgray; color: lightgray;
background-color: gray; background-color: gray;
cursor: default;
} }
.tool-button-disabled:hover { .tool-button-disabled:hover {
color: lightgray; color: lightgray;
background-color: gray; background-color: gray;
cursor: default;
} }
.space { .space {