StringFellow commited on
Commit
32eab3f
·
verified ·
1 Parent(s): 7240469

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -2
style.css CHANGED
@@ -6,12 +6,10 @@ body {
6
  display: none !important;
7
  }
8
 
9
- /* Force uppercase on manual STG input visual */
10
  #f_stgManual {
11
  text-transform: uppercase;
12
  }
13
 
14
- /* Make table rows feel clickable where appropriate */
15
  #dataTable tbody tr {
16
  transition: background-color 0.2s ease;
17
  }
 
6
  display: none !important;
7
  }
8
 
 
9
  #f_stgManual {
10
  text-transform: uppercase;
11
  }
12
 
 
13
  #dataTable tbody tr {
14
  transition: background-color 0.2s ease;
15
  }