We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3c7c5 commit 3a9de9aCopy full SHA for 3a9de9a
1 file changed
assets/src/css/style.css
@@ -360,6 +360,21 @@ input[type=file] {
360
color: rgba(255, 255, 255, 0.7);
361
}
362
363
+/* Stili per l'indicatore di caricamento della ricerca */
364
+.search-loading {
365
+ text-align: center;
366
+ padding: 20px 12px;
367
+ color: rgba(255, 255, 255, 0.9);
368
+ font-size: 12px;
369
+ font-weight: 500;
370
+}
371
+
372
+.search-loading i {
373
+ font-size: 14px;
374
+ margin-right: 8px;
375
+ color: rgba(255, 255, 255, 0.8);
376
377
378
379
.autocomplete>div:hover:not(.group),
380
.autocomplete>div.selected {
0 commit comments