Spaces:
Running
Running
Update style.css
Browse files
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 |
}
|