jin-nin commited on
Commit
9cbd9cd
1 Parent(s): e8d85a3

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -6
style.css CHANGED
@@ -4,20 +4,21 @@
4
  }
5
 
6
  .gr-input {
7
- box-shadow: 0 0 0 1px silver;
8
- border-radius: 2px;
9
  }
10
 
 
 
 
 
11
  .gr-button {
12
- color: #6699cc;
13
  border: none !iportant;
14
  font-weight: normal !iportant;
15
  background: transparent !iportant;
16
  border-radius: 2px;
17
  }
18
- .gr-button:hover {
19
- background: rgba( 255, 255, 255, .1 );
20
- }
21
 
22
  body, .gradio-container {
23
  font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !iportant;
 
4
  }
5
 
6
  .gr-input {
7
+ box-shadow: 0 0 0 1px silver !iportant;
8
+ border-radius: 2px !iportant;
9
  }
10
 
11
+ .gr-button:hover {
12
+ background: rgba( 255, 255, 255, .1 ) !iportant;
13
+ border: none !iportant;
14
+ }
15
  .gr-button {
16
+ color: #6699cc !iportant;
17
  border: none !iportant;
18
  font-weight: normal !iportant;
19
  background: transparent !iportant;
20
  border-radius: 2px;
21
  }
 
 
 
22
 
23
  body, .gradio-container {
24
  font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !iportant;