DmitrMakeev
commited on
Commit
•
26457db
1
Parent(s):
a0eaf13
Update data_gc_tab.html
Browse files- data_gc_tab.html +18 -1
data_gc_tab.html
CHANGED
@@ -121,6 +121,23 @@
|
|
121 |
#filter-clear:hover {
|
122 |
background-color: #388E3C;
|
123 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
</style>
|
125 |
</head>
|
126 |
<body>
|
@@ -165,7 +182,7 @@
|
|
165 |
<button id="filter-clear">Очистить фильтр</button>
|
166 |
|
167 |
|
168 |
-
<button id="download-json"
|
169 |
|
170 |
|
171 |
</div>
|
|
|
121 |
#filter-clear:hover {
|
122 |
background-color: #388E3C;
|
123 |
}
|
124 |
+
|
125 |
+
#download-json {
|
126 |
+
padding: 10px 20px;
|
127 |
+
background-color: #4CAF50;
|
128 |
+
color: white;
|
129 |
+
border: none;
|
130 |
+
cursor: pointer;
|
131 |
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
132 |
+
transition: background-color 0.3s ease;
|
133 |
+
}
|
134 |
+
#download-json:hover {
|
135 |
+
background-color: #388E3C;
|
136 |
+
}
|
137 |
+
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
</style>
|
142 |
</head>
|
143 |
<body>
|
|
|
182 |
<button id="filter-clear">Очистить фильтр</button>
|
183 |
|
184 |
|
185 |
+
<button id="download-json">Рассылка по выбранным</button>
|
186 |
|
187 |
|
188 |
</div>
|