Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,16 +76,16 @@ body {
|
|
76 |
border-color: #ff0000 !important;
|
77 |
color: #000000 !important;
|
78 |
}
|
79 |
-
.gr-
|
80 |
-
border-radius: 4px;
|
81 |
-
border: 2px solid #ff0000;
|
82 |
background-color: #ffffff !important;
|
83 |
color: #000000 !important;
|
84 |
}
|
85 |
-
.gr-
|
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;
|