Marthee commited on
Commit
12f654f
·
verified ·
1 Parent(s): ab49f4d

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +38 -1
static/style.css CHANGED
@@ -320,6 +320,38 @@ input[type="file"]::-webkit-file-upload-button{
320
  display:inline-block;
321
  }
322
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  #popupforextratext{
324
 
325
  background-color: #b216c7;
@@ -356,12 +388,17 @@ input[type="file"]::-webkit-file-upload-button{
356
  font-size: 14px;
357
  color:white;
358
  }
359
- #measureADRbutton:hover{
360
  /* background-color:darkseagreen; */
361
  color:black;
362
  box-shadow: 0 0 8px 2px #16c72e;
363
  }
364
 
 
 
 
 
 
365
 
366
  #addicon,#donebutton{
367
  top: 13px;
 
320
  display:inline-block;
321
  }
322
 
323
+ #Newtablebutton{
324
+
325
+ background-color: #16c72e !important;
326
+ padding: 10px 147px !important;
327
+ border: none !important;
328
+ border-radius: 5px !important;
329
+ cursor: pointer !important;
330
+ font: bold 14px/1 acumin‑pro, sans-serif !important;
331
+ color: white !important;
332
+ display: inline-block!important;
333
+ margin-left: 3px !important;
334
+
335
+
336
+ }
337
+
338
+ #downloadbutton{
339
+
340
+ background-color: #1639c7;
341
+ border: none;
342
+ padding: 10px 133px; /*102*/
343
+ cursor: pointer;
344
+ border-radius: 5px;
345
+ margin-top: 10px;
346
+ margin-left: 3px;
347
+ font-family: "acumin-pro", sans-serif;
348
+ font-weight: bold;
349
+ font-style: normal;
350
+ font-size: 14px;
351
+ color:white;
352
+ display:inline-block;
353
+ }
354
+
355
  #popupforextratext{
356
 
357
  background-color: #b216c7;
 
388
  font-size: 14px;
389
  color:white;
390
  }
391
+ #measureADRbutton:hover,##Newtablebutton:hover{
392
  /* background-color:darkseagreen; */
393
  color:black;
394
  box-shadow: 0 0 8px 2px #16c72e;
395
  }
396
 
397
+ #downloadbutton:hover{
398
+ color:black;
399
+ box-shadow: 0 0 8px 2px #172fc7;
400
+ }
401
+
402
 
403
  #addicon,#donebutton{
404
  top: 13px;