diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index a785de987..d74dd9392 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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;}