mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
fixes #2325 set hover font color
also change font hover color on theme page buttons
This commit is contained in:
parent
eaa8a66a9b
commit
b12575566a
1 changed files with 5 additions and 4 deletions
|
@ -2189,11 +2189,11 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
|
|||
background: #ebebeb;
|
||||
}
|
||||
|
||||
.themeActions a:nth-child(1) {background-color: #ffc17e; color: #222;}
|
||||
.themeActions a:nth-child(1):hover {background-color: #ff7700; color: white; text-decoration: none; transition-duration: 125ms;}
|
||||
.themeActions a:nth-child(1) {background-color: #ffc17e; color: #493C21;}
|
||||
.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):hover {background-color: #ff9b32; color: #111; text-decoration: none; transition-duration: 125ms;}
|
||||
.themeActions a:nth-child(2) {background-color: #ececec; color: #3c3c3c;}
|
||||
.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;}
|
||||
.themeBoxes {min-height:0;text-align:left;}
|
||||
|
@ -6371,6 +6371,7 @@ fieldset#environment legend i[class*="icon-"] {
|
|||
cursor: pointer;
|
||||
background-color: #ff7700;
|
||||
text-decoration: none;
|
||||
color:#493C21;
|
||||
}
|
||||
|
||||
#cboxLoadedContent input[type="submit"] {margin-bottom: 20px; float: none;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue