diff --git a/css/cms_right.css b/css/cms_right.css index 0dae8500..ab482a2f 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -146,7 +146,7 @@ #deletemarked input.action, #UnusedThumbnails button, div.Actions input, -.actionparams input[type="submit"] { +.actionparams input.action { cursor: pointer; float: left; height: 25px; @@ -166,9 +166,12 @@ div.Actions input, #CommentFilterButton, #deletemarked input.action, .actions input, - .actionparams input[type="submit"] { + .actionparams input.action { float: none; } + .actionparams input.action { + padding: 0; + } #deletemarked { text-align: right; @@ -183,14 +186,15 @@ div.Actions input, } .ajaxActions input:hover, -div.Actions input:hover { +div.Actions input:hover, +.actionparams input[type="submit"]:hover { background: #fff; } input.delete:hover, #deletemarked input.delete:hover, #UnusedThumbnails button:hover, -.actionparams input:hover { +.actionparams input.delete:hover { background: #ce0000; color: #fff; } diff --git a/templates/Includes/CMSMain_left.ss b/templates/Includes/CMSMain_left.ss index 2941999a..54c1c5fa 100755 --- a/templates/Includes/CMSMain_left.ss +++ b/templates/Includes/CMSMain_left.ss @@ -46,7 +46,7 @@
<% _t('SELECTPAGESACTIONS','Select the pages that you want to change & then click an action:') %>