DmitrMakeev commited on
Commit
b72b1f2
1 Parent(s): d34bded

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +16 -1
data_gc_tab.html CHANGED
@@ -133,7 +133,22 @@
133
  #download-json:hover {
134
  background-color: #388E3C;
135
  }
136
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  </style>
138
  </head>
139
 
 
133
  #download-json:hover {
134
  background-color: #388E3C;
135
  }
136
+ #take-for-yourself {
137
+ padding: 10px 20px;
138
+ font-size: 16px;
139
+ margin: 5px;
140
+ border-radius: 5px;
141
+ border: 1px solid #ccc;
142
+ background-color: #4CAF50;
143
+ color: white;
144
+ cursor: pointer;
145
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
146
+ transition: background-color 0.3s ease;
147
+ }
148
+
149
+ #take-for-yourself:hover {
150
+ background-color: #388E3C;
151
+ }
152
  </style>
153
  </head>
154