fffiloni commited on
Commit
31f9308
1 Parent(s): eb6e3e0

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -2
style.css CHANGED
@@ -37,6 +37,12 @@ div#secondary-buttons{
37
 
38
  button#clean-btn {
39
  border-radius: 20px;
 
 
 
 
 
 
40
  }
41
 
42
  .footer {
@@ -92,8 +98,8 @@ button#clean-btn {
92
  cursor:pointer;
93
  font-family: 'IBM Plex Sans', sans-serif;
94
  margin-left: 0.5rem !important;
95
- padding-top: 0.25rem !important;
96
- padding-bottom: 0.25rem !important;
97
  right:0;
98
  }
99
 
 
37
 
38
  button#clean-btn {
39
  border-radius: 20px;
40
+ background: none;
41
+ }
42
+
43
+ button#clean-btn:hover {
44
+ border-radius: 20px;
45
+ background: red;
46
  }
47
 
48
  .footer {
 
98
  cursor:pointer;
99
  font-family: 'IBM Plex Sans', sans-serif;
100
  margin-left: 0.5rem !important;
101
+ padding-top: 0.5rem !important;
102
+ padding-bottom: 0.5rem !important;
103
  right:0;
104
  }
105