From 7323c083638d6e6a1bb5d30d9f46ec4f392e4a0e Mon Sep 17 00:00:00 2001 From: Michael High <152191693+Michael-B-High@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:19:41 +0100 Subject: [PATCH] Update neon_pink.css Response to issue #80 --- skins/neon_pink.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skins/neon_pink.css b/skins/neon_pink.css index caf2780..6f2f84e 100644 --- a/skins/neon_pink.css +++ b/skins/neon_pink.css @@ -28,7 +28,7 @@ body{ h2{ color:black; - background_color:white; + background-color:white; } .albLegend { @@ -565,7 +565,7 @@ ul.token-input-list li input{ #derivativeSwitchLink .pwg-icon pwg-icon-sizes{ color:black; } - #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 { color:black !important; } #albumActionsSwitcher + .categoryActions{ @@ -580,6 +580,10 @@ ul.token-input-list li input{ } } +.gallery-icon-search-folder:before { + font-size: 20px; +} + .thumbnailCategory { background-color:#f2f2f2; }