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:
parent
43ba461f39
commit
1ce2386e36
1 changed files with 1 additions and 0 deletions
|
@ -711,6 +711,7 @@ fieldset.rows label.yesno {
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.action, div.action {
|
fieldset.action, div.action {
|
||||||
|
background-color: transparent;
|
||||||
clear : both;
|
clear : both;
|
||||||
float : none;
|
float : none;
|
||||||
border : 0px;
|
border : 0px;
|
||||||
|
|
Loading…
Reference in a new issue