Browse Source

Fix button cursor

Volodymyr Tkach 2 years ago
parent
commit
e4d5fdcb18
1 changed files with 4 additions and 0 deletions
  1. 4 0
      internal/server/web/index.html

+ 4 - 0
internal/server/web/index.html

@@ -136,6 +136,10 @@
 				outline: 0;
 			}
 
+			.btn:not(:disabled):not(.disabled) {
+				cursor: pointer;
+			}
+
 			.btn.blue {
 				background-color: #0d6efd;
 				border-color: #0d6efd;