Skip to content

Commit cf76603

Browse files
author
MatthieuLP
committed
Added css for new empty all filters button
1 parent c101431 commit cf76603

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

css/hf_base.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,4 +1369,15 @@ li.path-ext-svg a img {
13691369

13701370
.linkedAlbumPopInContainer .searching {
13711371
margin-top: 10px;
1372+
}
1373+
1374+
.clear-all {
1375+
color: #c4c4c4;
1376+
cursor: not-allowed;
1377+
font-weight: 600;
1378+
}
1379+
1380+
.clear-all.clickable {
1381+
color: #ff7700;
1382+
cursor: pointer;
13721383
}

0 commit comments

Comments
 (0)