Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -48,7 +48,7 @@ label > .z-40 {
|
|
48 |
border: none !important;
|
49 |
outline: none !important;
|
50 |
}
|
51 |
-
.gr-button:hover {
|
52 |
background: rgba( 255, 255, 255, .1 ) !important;
|
53 |
border: none !important;
|
54 |
}
|
|
|
48 |
border: none !important;
|
49 |
outline: none !important;
|
50 |
}
|
51 |
+
.gr-button:hover, .gr-button:focus, .gr-button:active {
|
52 |
background: rgba( 255, 255, 255, .1 ) !important;
|
53 |
border: none !important;
|
54 |
}
|