issue #2386 edit css for filter button

This commit is contained in:
HWFord
2025-09-05 12:18:33 +02:00
parent dbec498287
commit 2bd5751e8b
2 changed files with 7 additions and 9 deletions

View File

@@ -439,8 +439,6 @@ var actionInfos_tags_moved = "{'%d tags moved'|translate}";
.activity-header {
display: flex;
flex-direction: row;
margin-top: 38px;
width: 100%;
}
@@ -477,12 +475,12 @@ div:has(> .activity-header) {
.activity-more-filters{
margin-left: 14px;
padding: 4px 16px 4px 16px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 10px;
text-align: center;
font-weight: bold;
width:70px;
}
.activity-more-filters.extend-padding{

View File

@@ -7714,16 +7714,16 @@ color:#FF7B00;
}
.download_csv {
height: 25px;
width: 30px;
min-width: 35px;
background: #dddddd;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
color:black;
cursor: pointer;
border-radius: 5px;
font-size: 15px;
margin-bottom: 3px;
}
.download_csv:hover {