Skip to content

Commit 20bed28

Browse files
author
MatthieuLP
committed
fixed css widget icon
1 parent 7fd38e7 commit 20bed28

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

css/hf_base.css

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,9 @@ li.path-ext-svg a img {
10181018
border: 1px solid #ff7700 !important;
10191019
color: #ff7700;
10201020
}
1021+
.filter-filled .filter-icon {
1022+
color: #ff7700;
1023+
}
10211024

10221025
.filter-form {
10231026
display: none;
@@ -1059,7 +1062,7 @@ li.path-ext-svg a img {
10591062
}
10601063

10611064
.filter-filetypes-form .filter-actions,
1062-
.filter-date_post-form .filter-actions {
1065+
.filter-date_posted-form .filter-actions {
10631066
gap: 5px;
10641067
}
10651068

@@ -1123,41 +1126,41 @@ li.path-ext-svg a img {
11231126
margin-top: 15px;
11241127
}
11251128
.filter-filetypes-form,
1126-
.filter-date_post-form {
1129+
.filter-date_posted-form {
11271130
width: 200px;
11281131
}
11291132
.filetypes-option-container,
1130-
.date_post-option-container {
1133+
.date_posted-option-container {
11311134
display: flex;
11321135
flex-direction: column;
11331136
margin: 20px 0 20px 0;
11341137
}
1135-
.date_post-option-container {
1138+
.date_posted-option-container {
11361139
margin: 10px 0 10px 0;
11371140
}
11381141
.filetypes-option:nth-child(odd),
1139-
.date_post-option:nth-child(odd) label {
1142+
.date_posted-option:nth-child(odd) label {
11401143
background: #f3f3f3;
11411144
}
11421145

11431146
.filetypes-option input,
1144-
.date_post-option input {
1147+
.date_posted-option input {
11451148
display: none;
11461149
}
11471150
.filetypes-option label,
1148-
.date_post-option label {
1151+
.date_posted-option label {
11491152
display: flex;
11501153
flex-direction: row;
11511154
align-items: baseline;
11521155
position: relative;
11531156
padding: 5px;
11541157
}
1155-
.date_post-option label {
1158+
.date_posted-option label {
11561159
width: 230px;
11571160
transform: translateX(-20px);
11581161
}
11591162
.filetypes-option label .checked-icon,
1160-
.date_post-option label .checked-icon{
1163+
.date_posted-option label .checked-icon{
11611164
display: none;
11621165
position: absolute;
11631166
left: 0;
@@ -1170,7 +1173,7 @@ li.path-ext-svg a img {
11701173
margin-left: 30px;
11711174
text-transform: uppercase;
11721175
}
1173-
.date_post-option label .date-period{
1176+
.date_posted-option label .date-period{
11741177
margin-left: 30px;
11751178
}
11761179

@@ -1184,13 +1187,13 @@ li.path-ext-svg a img {
11841187
}
11851188

11861189
.filetypes-option input:checked + label .checked-icon,
1187-
.date_post-option input:checked + label .checked-icon{
1190+
.date_posted-option input:checked + label .checked-icon{
11881191
display: flex;
11891192
}
11901193
.filetypes-option input:checked + label {
11911194
background: #fff5e8;
11921195
}
1193-
.date_post-option input:checked + label {
1196+
.date_posted-option input:checked + label {
11941197
background: rgba(244, 171, 79, 0.17);
11951198
}
11961199

0 commit comments

Comments
 (0)