diff --git a/skins/cafe_latte.css b/skins/cafe_latte.css index 7cb777f..7910f78 100644 --- a/skins/cafe_latte.css +++ b/skins/cafe_latte.css @@ -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); } @@ -906,4 +911,4 @@ form.properties a{ .arrow-fill { fill: #f4f0ec !important; -} \ No newline at end of file +}