diff --git a/productMods/edit/forms/css/manageWebpagesForIndividual.css b/productMods/edit/forms/css/manageWebpagesForIndividual.css index d6d99e47..28bf2af3 100644 --- a/productMods/edit/forms/css/manageWebpagesForIndividual.css +++ b/productMods/edit/forms/css/manageWebpagesForIndividual.css @@ -27,18 +27,19 @@ class, in case we want to re-enable DD without a page reload. */ margin-left: 2em; } +#showAddForm a:hover.cancel { + color: #fff; + background: #f70; +} + +#showAddForm a:hover.cancel { + color: #fff; + background: #f70; +} + #manageWebpages a:link.remove, #manageWebpages a:visited.remove, -#manageWebpages a:hover.remove, -#showAddForm a:hover.cancel { - color: #fff; - background: #f70; +#manageWebpages a:hover.remove { + color: #f70; + background: #fff; } - -#manageWebpages a:hover.remove, -#showAddForm a:hover.cancel { - color: #fff; - background: #f70; -} - - diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 353c4ce0..f3a806d4 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -204,7 +204,7 @@ form textarea { #manageWebpages a.remove:link, #showAddForm a.cancel:link, form a:link.cancel, -form a:visited.cancel { +form a:visited.cancel{ text-decoration: underline; color: #f70; border-color: none; @@ -253,6 +253,19 @@ p.submit { color: #595B5B; padding: .3em; } +a.return:link, +a.return:visited { + text-decoration: underline; + color: #f70; + border-color: none; + padding-left: 3px; +} +a.return:hover, +a.return:active { + text-decoration: none; + color: #f70; + background: none; +} .navlinkblock { color: #5F6464; }