Skip to content

Commit ee872d1

Browse files
author
MatthieuLP
committed
added css for new message if no filters are filled
1 parent c17abd1 commit ee872d1

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

skins/newspaper.css

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -374,19 +374,20 @@ td .nbEntries{
374374
flex-direction: column;
375375
width: fit-content;
376376
align-items: center;
377-
max-width: 350px;
378377
text-align: center;
379378
}
380379
.mcs-no-result .text span:first-child{
381380
font-size: 18px;
382381
font-weight: 700;
383382
color: #ff7700;
384383
margin: 0 0 15px 0;
384+
max-width: 450px;
385385
}
386386
.mcs-no-result .text span:last-child{
387387
font-size: 15px;
388388
font-weight: 500;
389389
color: #6e6e6e;
390+
max-width: 350px;
390391
}
391392

392393
.filter-form .filter-form-title {
@@ -490,18 +491,6 @@ td .nbEntries{
490491
color: #ff7700;
491492
}
492493

493-
/* .filter .mcs-icon.remove-filter {
494-
display: none;
495-
}
496-
497-
.filter:hover .mcs-icon.remove-filter {
498-
display: block;
499-
} */
500-
501-
/* .filter:hover .mcs-icon.filter-icon {
502-
display: none;
503-
} */
504-
505494
.filter-validate .loading {
506495
display: none;
507496
}

0 commit comments

Comments
 (0)