fixes #2325 set hover font color

also change font hover color on theme page buttons
This commit is contained in:
HWFord 2025-02-20 12:19:07 +01:00
parent eaa8a66a9b
commit b12575566a

View file

@ -2189,11 +2189,11 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
background: #ebebeb; background: #ebebeb;
} }
.themeActions a:nth-child(1) {background-color: #ffc17e; color: #222;} .themeActions a:nth-child(1) {background-color: #ffc17e; color: #493C21;}
.themeActions a:nth-child(1):hover {background-color: #ff7700; color: white; text-decoration: none; transition-duration: 125ms;} .themeActions a:nth-child(1):hover {background-color: #ff7700; color: #493C21; text-decoration: none; transition-duration: 125ms;}
.themeActions a:nth-child(2) {background-color: #ececec; color: #222;} .themeActions a:nth-child(2) {background-color: #ececec; color: #3c3c3c;}
.themeActions a:nth-child(2):hover {background-color: #ff9b32; color: #111; text-decoration: none; transition-duration: 125ms;} .themeActions a:nth-child(2):hover {background-color: #ff9b32; color: #3c3c3c; text-decoration: none; transition-duration: 125ms;}
#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;} #themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
.themeBoxes {min-height:0;text-align:left;} .themeBoxes {min-height:0;text-align:left;}
@ -6371,6 +6371,7 @@ fieldset#environment legend i[class*="icon-"] {
cursor: pointer; cursor: pointer;
background-color: #ff7700; background-color: #ff7700;
text-decoration: none; text-decoration: none;
color:#493C21;
} }
#cboxLoadedContent input[type="submit"] {margin-bottom: 20px; float: none;} #cboxLoadedContent input[type="submit"] {margin-bottom: 20px; float: none;}