Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -145,21 +145,22 @@ button.gr-button.card {
|
|
| 145 |
.answer-box * {
|
| 146 |
color: #000000 !important;
|
| 147 |
background: #ffffff !important;
|
| 148 |
-
border:
|
| 149 |
-
border
|
| 150 |
-
|
| 151 |
|
| 152 |
/* =====================================================
|
| 153 |
KNAPPAR (Skicka / Rensa)
|
| 154 |
===================================================== */
|
| 155 |
|
|
|
|
|
|
|
| 156 |
.send-btn.gr-button {
|
| 157 |
width: 120px;
|
| 158 |
background: #ffffff !important;
|
| 159 |
color: #000000 !important;
|
| 160 |
-
border:
|
| 161 |
-
|
| 162 |
-
border-radius: 10px !important;*/
|
| 163 |
font-weight: 600;
|
| 164 |
}
|
| 165 |
|
|
|
|
| 145 |
.answer-box * {
|
| 146 |
color: #000000 !important;
|
| 147 |
background: #ffffff !important;
|
| 148 |
+
border: none !important;
|
| 149 |
+
/*border: 2px solid #000000 !important;
|
| 150 |
+
border-radius: 10px !important;*/
|
| 151 |
|
| 152 |
/* =====================================================
|
| 153 |
KNAPPAR (Skicka / Rensa)
|
| 154 |
===================================================== */
|
| 155 |
|
| 156 |
+
.send-btn,
|
| 157 |
+
.send-btn wrap,
|
| 158 |
.send-btn.gr-button {
|
| 159 |
width: 120px;
|
| 160 |
background: #ffffff !important;
|
| 161 |
color: #000000 !important;
|
| 162 |
+
border: 2px solid #000000 !important;
|
| 163 |
+
border-radius: 10px !important;
|
|
|
|
| 164 |
font-weight: 600;
|
| 165 |
}
|
| 166 |
|