fixes #1482 badges added on plugin filters to know how many plugins are in each categories

This commit is contained in:
Matthieu Leproux
2021-09-23 14:57:27 +02:00
parent 39cd73bf08
commit 36a6f71517
4 changed files with 63 additions and 4 deletions
+12 -1
View File
@@ -2112,8 +2112,9 @@ h2:lang(en) { text-transform:capitalize; }
justify-content: center;
align-items: center;
width: 70px;
width: auto;
height: 30px;
padding: 0 10px;
color: #898989;
background: #f3f3f3;
@@ -2126,6 +2127,16 @@ h2:lang(en) { text-transform:capitalize; }
box-shadow: 0 2px #d18800;
}
.pluginTypeFilter input:checked + label .filter-badge {
background-color: #d18800;
color: white;
}
.pluginTypeFilter input + label .filter-badge {
background-color: #dbdbdb;
color: #8c8c8c;
}
.pluginContainer.line .pluginMiniBox:hover .pluginContent{
transition: 0.4s;
background: #ffe5cc;