Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -261,78 +261,6 @@ button.gr-button.card {
|
|
| 261 |
display: none !important;
|
| 262 |
}
|
| 263 |
|
| 264 |
-
/* =====================================================
|
| 265 |
-
MEDDELANDE (Textbox)
|
| 266 |
-
=====================================================
|
| 267 |
-
.message-box,
|
| 268 |
-
.message-box .form,
|
| 269 |
-
.message-box .wrap,
|
| 270 |
-
.message-box.gr-box {
|
| 271 |
-
background: #ffffff !important;
|
| 272 |
-
/* border: none !important;
|
| 273 |
-
color: #000000 !important;
|
| 274 |
-
background-color: #ffffff !important;
|
| 275 |
-
box-shadow: none !important;
|
| 276 |
-
}
|
| 277 |
-
|
| 278 |
-
.message-box .form *{
|
| 279 |
-
--border-color-primary: #ffffff !important;
|
| 280 |
-
background: #ffffff !important;
|
| 281 |
-
/* border: none !important;
|
| 282 |
-
}
|
| 283 |
-
|
| 284 |
-
.message-box{
|
| 285 |
-
border: 2px solid #1e5bd7 !important;
|
| 286 |
-
border-radius: 16px !important;
|
| 287 |
-
padding: 10px;
|
| 288 |
-
min-height: 220px;
|
| 289 |
-
color: #000000 !important;
|
| 290 |
-
background: #ffffff !important;
|
| 291 |
-
}
|
| 292 |
-
|
| 293 |
-
/* Ta bort Textbox-label
|
| 294 |
-
.message-box label {
|
| 295 |
-
display: none !important;
|
| 296 |
-
}
|
| 297 |
-
|
| 298 |
-
/* Själva textarea
|
| 299 |
-
.message-box textarea {
|
| 300 |
-
background-color: #ffffff !important;
|
| 301 |
-
color: #000000 !important;
|
| 302 |
-
/* border: none !important; */
|
| 303 |
-
/*
|
| 304 |
-
border: 2px solid #1e5bd7 !important;
|
| 305 |
-
border-radius: 10px !important;
|
| 306 |
-
|
| 307 |
-
font-size: 15px;
|
| 308 |
-
min-height: 220px;
|
| 309 |
-
padding: 12px; /* ← AVGÖRANDE
|
| 310 |
-
resize: none;
|
| 311 |
-
|
| 312 |
-
--background-fill-primary: #ffffff !important;
|
| 313 |
-
--background-fill-secondary: #ffffff !important;
|
| 314 |
-
--body-background-fill: #ffffff !important;
|
| 315 |
-
}
|
| 316 |
-
|
| 317 |
-
/* Placeholder
|
| 318 |
-
.message-box textarea::placeholder {
|
| 319 |
-
color: #6b6b6b !important;
|
| 320 |
-
opacity: 1 !important;
|
| 321 |
-
}
|
| 322 |
-
|
| 323 |
-
/* Tvinga textfärg även när värde sätts via JS
|
| 324 |
-
.message-box textarea,
|
| 325 |
-
.message-box textarea:focus,
|
| 326 |
-
.message-box textarea:active {
|
| 327 |
-
color: #000000 !important;
|
| 328 |
-
-webkit-text-fill-color: #000000 !important; /* KRITISKT för Chromium
|
| 329 |
-
}
|
| 330 |
-
|
| 331 |
-
.messagebox.block {
|
| 332 |
-
background: #ffffff !important;
|
| 333 |
-
color: #000000 !important;
|
| 334 |
-
}*/
|
| 335 |
-
|
| 336 |
/* =====================================================
|
| 337 |
MEDDELANDE (Textbox) – STABIL LÖSNING
|
| 338 |
===================================================== */
|
|
@@ -470,7 +398,7 @@ label.container.show_textbox_border {
|
|
| 470 |
border-radius: 10px !important;*/
|
| 471 |
}
|
| 472 |
|
| 473 |
-
/
|
| 474 |
SKICKA & RENSA – TVINGAT LJUST
|
| 475 |
===================================== */
|
| 476 |
|
|
|
|
| 261 |
display: none !important;
|
| 262 |
}
|
| 263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
/* =====================================================
|
| 265 |
MEDDELANDE (Textbox) – STABIL LÖSNING
|
| 266 |
===================================================== */
|
|
|
|
| 398 |
border-radius: 10px !important;*/
|
| 399 |
}
|
| 400 |
|
| 401 |
+
/* =====================================
|
| 402 |
SKICKA & RENSA – TVINGAT LJUST
|
| 403 |
===================================== */
|
| 404 |
|