Update style.css

#1
by kappai - opened
Files changed (1) hide show
  1. style.css +4 -3
style.css CHANGED
@@ -178,7 +178,8 @@
178
  }
179
  }
180
 
181
- .gr-button {
 
182
  border-radius: 999px !important;
183
  padding: 10px 20px !important;
184
  font-weight: 600 !important;
@@ -192,11 +193,11 @@
192
  transform-origin: center;
193
  }
194
 
195
- .gr-button:hover {
196
  animation-duration: 1.4s;
197
  }
198
 
199
- .gr-button:active {
200
  transform: translateY(1px) scale(0.99);
201
  box-shadow: 0 6px 16px rgba(243, 138, 107, 0.35) !important;
202
  }
 
178
  }
179
  }
180
 
181
+ /* Style the main Gradio button */
182
+ [data-testid="button"] > button {
183
  border-radius: 999px !important;
184
  padding: 10px 20px !important;
185
  font-weight: 600 !important;
 
193
  transform-origin: center;
194
  }
195
 
196
+ [data-testid="button"] > button:hover {
197
  animation-duration: 1.4s;
198
  }
199
 
200
+ [data-testid="button"] > button:active {
201
  transform: translateY(1px) scale(0.99);
202
  box-shadow: 0 6px 16px rgba(243, 138, 107, 0.35) !important;
203
  }