DmitrMakeev commited on
Commit
75f525d
·
verified ·
1 Parent(s): ee5bf2e

Update table.html

Browse files
Files changed (1) hide show
  1. table.html +2 -2
table.html CHANGED
@@ -33,7 +33,7 @@
33
  .header .label {
34
  margin: 0; /* Полностью убраны отступы */
35
  }
36
- #download-json{
37
  color: white;
38
  background-color: #4CAF50;
39
  border: none;
@@ -44,7 +44,7 @@
44
  margin: 5px;
45
  transition: background-color 0.3s ease;
46
  }
47
- #download-json:hover {
48
  background-color: #388E3C;
49
  }
50
 
 
33
  .header .label {
34
  margin: 0; /* Полностью убраны отступы */
35
  }
36
+ #download-xlsx{
37
  color: white;
38
  background-color: #4CAF50;
39
  border: none;
 
44
  margin: 5px;
45
  transition: background-color 0.3s ease;
46
  }
47
+ #download-xlsx:hover {
48
  background-color: #388E3C;
49
  }
50