jin-nin commited on
Commit
3838dc4
1 Parent(s): 6f79347

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
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
  }