We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66819b5 commit c080a7bCopy full SHA for c080a7b
src/assets/css/style.css
@@ -0,0 +1,9 @@
1
+.btn-primary:disabled {
2
+ background-color: white;
3
+ color: #007bff;
4
+}
5
+
6
+.btn-secondary:disabled {
7
8
+ color: #6c757d;
9
src/main.js
@@ -25,6 +25,8 @@ import {FontAwesomeIcon} from '@fortawesome/vue-fontawesome'
25
// Connect to the backend with a single websocket that communicates with JSON format and is attached to the store
26
import VueNativeSock from 'vue-native-websocket'
27
28
+import './assets/css/style.css'
29
30
Vue.use(TimestampFormatter);
31
32
Vue.use(VueHotkey);
0 commit comments