DenisT commited on
Commit
7090472
·
1 Parent(s): 07c6017

disable video-cutter

Browse files
Files changed (2) hide show
  1. static/index.html +1 -1
  2. static/styles.css +5 -0
static/index.html CHANGED
@@ -17,7 +17,7 @@
17
  <button class="show-form" data-form-id="minecraft-form">MINECRAFT</button>
18
  </li>
19
  <li>
20
- <button class="show-form" data-form-id="video-cutter-form">VIDEO CUTTER</button>
21
  </li>
22
  </ul>
23
  </div>
 
17
  <button class="show-form" data-form-id="minecraft-form">MINECRAFT</button>
18
  </li>
19
  <li>
20
+ <button class="show-form" data-form-id="video-cutter-form" disabled>VIDEO CUTTER</button>
21
  </li>
22
  </ul>
23
  </div>
static/styles.css CHANGED
@@ -115,6 +115,11 @@ button[type="submit"]:hover {
115
  background-color: #0056b3;
116
  }
117
 
 
 
 
 
 
118
  ul {
119
  list-style-type: none;
120
  padding: 0;
 
115
  background-color: #0056b3;
116
  }
117
 
118
+ button:disabled {
119
+ background-color: #ccc;
120
+ cursor: not-allowed;
121
+ }
122
+
123
  ul {
124
  list-style-type: none;
125
  padding: 0;