Update table.html
Browse files- table.html +17 -2
table.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
.header .label {
|
34 |
margin: 0; /* Полностью убраны отступы */
|
35 |
}
|
36 |
-
button
|
37 |
color: white;
|
38 |
background-color: #4CAF50;
|
39 |
border: none;
|
@@ -44,10 +44,25 @@ button, #filter-clear, #download-json, #take-for-yourself {
|
|
44 |
margin: 5px;
|
45 |
transition: background-color 0.3s ease;
|
46 |
}
|
47 |
-
button:hover, #
|
48 |
background-color: #388E3C;
|
49 |
}
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
</style>
|
52 |
</head>
|
53 |
<body>
|
|
|
33 |
.header .label {
|
34 |
margin: 0; /* Полностью убраны отступы */
|
35 |
}
|
36 |
+
button,#download-json{
|
37 |
color: white;
|
38 |
background-color: #4CAF50;
|
39 |
border: none;
|
|
|
44 |
margin: 5px;
|
45 |
transition: background-color 0.3s ease;
|
46 |
}
|
47 |
+
button:hover, #download-json:hover {
|
48 |
background-color: #388E3C;
|
49 |
}
|
50 |
|
51 |
+
button, #delite_db {
|
52 |
+
color: white;
|
53 |
+
background-color: #c90202;
|
54 |
+
border: none;
|
55 |
+
cursor: pointer;
|
56 |
+
padding: 10px 20px;
|
57 |
+
font-size: 16px;
|
58 |
+
border-radius: 5px;
|
59 |
+
margin: 5px;
|
60 |
+
transition: background-color 0.3s ease;
|
61 |
+
}
|
62 |
+
button:hover, #delite_db:hover {
|
63 |
+
background-color: #388E3C;
|
64 |
+
}
|
65 |
+
|
66 |
</style>
|
67 |
</head>
|
68 |
<body>
|