Bugzilla – Attachment 12863 Details for
Bug 8931
submit buttons have blue background
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8931 - submit buttons have blue background
Bug-8931---submit-buttons-have-blue-background.patch (text/plain), 1.01 KB, created by
Owen Leonard
on 2012-10-16 18:16:00 UTC
(
hide
)
Description:
Bug 8931 - submit buttons have blue background
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-10-16 18:16:00 UTC
Size:
1.01 KB
patch
obsolete
>From 9fa6c82759bca0b06104bedab981ad0144a01a89 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 16 Oct 2012 14:12:13 -0400 >Subject: [PATCH] Bug 8931 - submit buttons have blue background >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index 71c3d3f..422739e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -727,6 +727,7 @@ fieldset.rows label.yesno { > } > > fieldset.action, div.action { >+ background-color: transparent; > clear : both; > float : none; > border : 0px; >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8931
:
12862
|
12863
|
12864
|
12957
|
13311
|
13324