mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
* Add an action filter and a date filter. * Additional filters on a specific object (photo/album/group) are available from their dedicated administration page. * Performances of the page was improved : instead of loading 100k lines in activity table, we loop on 500 activity lines until 100 aggregated lines are found for the current page.
This commit is contained in:
@@ -442,6 +442,23 @@ label>p.group_select {
|
||||
color:#3c3c3c;
|
||||
}
|
||||
|
||||
/* Activity Tab in user manager */
|
||||
|
||||
.activity-date-selecter{
|
||||
background-color: #f9f9f9;
|
||||
color : #3C3C3C;
|
||||
border: 2px solid #D3D3D3;
|
||||
}
|
||||
|
||||
.activity-filter-container{
|
||||
color: #777777;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selectize-control.user-selecter.single .selectize-input, .selectize-control.action-selecter.single .selectize-input{
|
||||
border-color: #D3D3D3 !important;
|
||||
}
|
||||
|
||||
/* Selection mode */
|
||||
|
||||
.slider {
|
||||
|
||||
Reference in New Issue
Block a user