Skip to content

Commit c17abd1

Browse files
author
MatthieuLP
committed
added css for new filter actions
1 parent 31b7fd0 commit c17abd1

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

css/hf_base.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,27 @@ li.path-ext-svg a img {
10341034
cursor: pointer;
10351035
}
10361036

1037+
.filter-actions {
1038+
position: absolute;
1039+
display: flex;
1040+
flex-direction: row;
1041+
top: 20px;
1042+
right: 20px;
1043+
color: #aaa;
1044+
gap: 20px;
1045+
}
1046+
.filter-actions > *{
1047+
cursor: pointer;
1048+
transition: 0.3s;
1049+
}
1050+
.filter-actions > *:hover{
1051+
color: #777;
1052+
}
1053+
1054+
.filter-filetypes-form .filter-actions {
1055+
gap: 5px;
1056+
}
1057+
10371058
.word-help {
10381059
text-decoration: underline;
10391060
color: #888;

skins/newspaper.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,17 +490,17 @@ td .nbEntries{
490490
color: #ff7700;
491491
}
492492

493-
.filter .mcs-icon.remove-filter {
493+
/* .filter .mcs-icon.remove-filter {
494494
display: none;
495495
}
496496
497497
.filter:hover .mcs-icon.remove-filter {
498498
display: block;
499-
}
499+
} */
500500

501-
.filter:hover .mcs-icon.filter-icon {
501+
/* .filter:hover .mcs-icon.filter-icon {
502502
display: none;
503-
}
503+
} */
504504

505505
.filter-validate .loading {
506506
display: none;

0 commit comments

Comments
 (0)