From 07e9d4260df83584ee515ba4ba072b0fa18c28c8 Mon Sep 17 00:00:00 2001 From: Michael High <152191693+Michael-B-High@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:09:34 +0100 Subject: [PATCH] Update swimming_pool.css Response to issue #80 --- skins/swimming_pool.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/skins/swimming_pool.css b/skins/swimming_pool.css index e6ec8b7..36eb338 100644 --- a/skins/swimming_pool.css +++ b/skins/swimming_pool.css @@ -624,7 +624,8 @@ form.properties a{ #derivativeSwitchLink .pwg-icon pwg-icon-sizes{ color:#2e4756; } - #albumActionsSwitcher + .categoryActions .pwg-button-text,#imageToolBar .actionButtons .pwg-button-text, #imageToolBar .actionButtons .pwg-button-text, .actionButtons A .pwg-icon, .actionButtons A .pwg-icon:hover { + #albumActionsSwitcher + .categoryActions .pwg-button-text, #imageToolBar .actionButtons .pwg-button-text, + .actionButtons A .pwg-icon, .actionButtons A .pwg-icon:hover { color:#c0d2df !important; background-color:#5889ad !important } @@ -641,6 +642,11 @@ form.properties a{ } } +.gallery-icon-search-folder:before { + color: #c0d2df; + font-size: 20px; +} + .thumbnailCategory { background-color:#afc6d6; }