Bug 8931 - submit buttons have blue background

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>
This commit is contained in:
Owen Leonard 2012-10-16 14:12:13 -04:00 committed by Jared Camins-Esakov
parent 43ba461f39
commit 1ce2386e36

View file

@ -711,6 +711,7 @@ fieldset.rows label.yesno {
}
fieldset.action, div.action {
background-color: transparent;
clear : both;
float : none;
border : 0px;