From 43dc1f8bef5328c41798c14b253635c0dbba1851 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 3 Dec 2010 16:45:49 +0000 Subject: [PATCH] NIHVIVO-1238: Styling call to action buttons for custom forms. --- themes/wilma/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index 8a7d8b02..b22d7912 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -14,7 +14,7 @@ input{ -webkit-border-radius: 5px; } -input#submit{ +input#submit, .form-button, .add-action-button, #verbosePropertyForm input{ background: #222 url(../images/alert-overlay.png) repeat-x; display: inline-block; padding: 7px 22px 8px;