Skip to content

Commit

Permalink
Update neon_orange.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 67efb2f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions skins/neon_orange.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body{

h2{
color:black;
background_color:white;
background-color:white;
}

.albLegend, .albLegend:hover{
Expand Down Expand Up @@ -573,7 +573,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{
Expand All @@ -590,4 +590,8 @@ ul.token-input-list li input{

.thumbnailCategory {
background-color:#f2f2f2;
}
}

.gallery-icon-search-folder:before {
font-size: 18px;
}

0 comments on commit 67efb2f

Please sign in to comment.