Fausto Busuito commited on
Commit
69a841f
·
1 Parent(s): 8cd506d

Application changes

Browse files
Files changed (1) hide show
  1. app/static/style.css +1 -4
app/static/style.css CHANGED
@@ -17,7 +17,6 @@ body {
17
 
18
  #file-selection, #results-container {
19
  padding: 20px;
20
- max-width: 800px;
21
  margin: 20px auto;
22
  background: white;
23
  border: 1px solid #ddd;
@@ -48,13 +47,11 @@ label {
48
  }
49
 
50
  #navigation button {
51
- padding: 10px 20px;
52
  font-size: 16px;
53
  border: none;
54
- background-color: #007bff;
55
  color: white;
56
  cursor: pointer;
57
- border-radius: 5px;
58
  transition: background-color 0.3s ease;
59
  }
60
 
 
17
 
18
  #file-selection, #results-container {
19
  padding: 20px;
 
20
  margin: 20px auto;
21
  background: white;
22
  border: 1px solid #ddd;
 
47
  }
48
 
49
  #navigation button {
 
50
  font-size: 16px;
51
  border: none;
52
+ background-color: #bfbfbf;
53
  color: white;
54
  cursor: pointer;
 
55
  transition: background-color 0.3s ease;
56
  }
57