michaelmc1618 commited on
Commit
de07302
·
verified ·
1 Parent(s): d911fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -76,16 +76,16 @@ body {
76
  border-color: #ff0000 !important;
77
  color: #000000 !important;
78
  }
79
- .gr-input, .gr-textbox, .gr-slider, .gr-markdown, .gr-chatbox {
80
- border-radius: 4px;
81
- border: 2px solid #ff0000;
82
  background-color: #ffffff !important;
83
  color: #000000 !important;
84
  }
85
- .gr-input:focus, .gr-textbox:focus, .gr-slider:focus {
86
- border-color: #ff0000;
87
- outline: 0;
88
- box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
89
  }
90
  #flagging-button {
91
  display: none;
 
76
  border-color: #ff0000 !important;
77
  color: #000000 !important;
78
  }
79
+ textarea.gr-textbox {
80
+ border-radius: 4px !important;
81
+ border: 2px solid #ff0000 !important;
82
  background-color: #ffffff !important;
83
  color: #000000 !important;
84
  }
85
+ textarea.gr-textbox:focus {
86
+ border-color: #ff0000 !important;
87
+ outline: 0 !important;
88
+ box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5) !important;
89
  }
90
  #flagging-button {
91
  display: none;