Bug 8931 - submit buttons have blue background
authorOwen Leonard <oleonard@myacpl.org>
Tue, 16 Oct 2012 18:12:13 +0000 (14:12 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 1 Nov 2012 13:32:15 +0000 (09:32 -0400)
This patch specifies a transparent background for fieldsets
and divs with the class "action," which are typically containers
for the submit/cancel actions.

For testers, a good example page to view is the "set library" page.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Passed-QA-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 7f8c9a1..3cfbb9b 100644 (file)
@@ -711,6 +711,7 @@ fieldset.rows label.yesno {
 }
 
 fieldset.action, div.action {
+    background-color: transparent;
        clear : both;
        float : none;
     border : 0px;