Skip to content

Commit

Permalink
Update cafe_latte.css
Browse files Browse the repository at this point in the history
Response to issue Piwigo#80
  • Loading branch information
Michael-B-High authored Sep 10, 2024
1 parent be9d844 commit ac93026
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions skins/cafe_latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,23 +596,28 @@ form.properties a{
}

#derivativeSwitchLink .pwg-icon pwg-icon-sizes{
color:#373737;
color:#998e68;
}
#albumActionsSwitcher + .categoryActions .pwg-button-text,#imageToolBar .actionButtons .pwg-button-text, #imageToolBar .actionButtons .pwg-button-text, .actionButtons A .pwg-icon, .actionButtons A .pwg-icon:hover {
color:#373737 !important;
color:#998e68 !important;
}
#albumActionsSwitcher + .categoryActions{
border-radius:0px;
box-shadow:0px 0px transparent;
}
.categoryActions a .pwg-icon{
color:#373737;
color:#998e68;
}
#theTagsPage A .pwg-icon, #theTagsPage A:hover .pwg-icon{
color:#373737;
}
}

.gallery-icon-search-folder:before {
color: #998e68;
font-size: 20px;
}

.thumbnailCategory {
background-color: rgb(220, 208, 192);
}
Expand Down Expand Up @@ -906,4 +911,4 @@ form.properties a{

.arrow-fill {
fill: #f4f0ec !important;
}
}

0 comments on commit ac93026

Please sign in to comment.