mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
fixes #1482 badges added on plugin filters to know how many plugins are in each categories
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user