Bugzilla – Attachment 33627 Details for
Bug 12376
blinking cursor not clear in larger resolutions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12376 - blinking cursor not clear in larger resolutions
Bug-12376---blinking-cursor-not-clear-in-larger-re.patch (text/plain), 1.37 KB, created by
Marc Véron
on 2014-11-17 20:47:01 UTC
(
hide
)
Description:
Bug 12376 - blinking cursor not clear in larger resolutions
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-11-17 20:47:01 UTC
Size:
1.37 KB
patch
obsolete
>From 82d5121d8feadd6ed580a076ce803cf68aa79471 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 23 Sep 2014 08:18:45 -0400 >Subject: [PATCH] Bug 12376 - blinking cursor not clear in larger resolutions >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch slightly alters the padding on <input> and <textarea> so that >the cursor is more visible. > >To test, apply the patch and clear your browser cache. View a variety of >pages in the staff client and confirm that the change does not adversely >affect the display of forms. > >Small change that enhances user experience. >Patch behaves as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >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 dc557c3..ab80d4c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -122,6 +122,10 @@ em strong { > font-style : italic; > } > >+input, textarea { >+ padding : 2px 4px; >+} >+ > .subfield-label { > font-style : italic; > } >@@ -983,7 +987,6 @@ tr.highlight th[scope=row] { > } > > .date-select input { >- padding : 1px; > vertical-align: middle; > } > >-- >1.7.10.4
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 12376
:
28684
|
28685
|
33622
|
33627
|
33629