Bugzilla – Attachment 33622 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.20 KB, created by
Owen Leonard
on 2014-11-17 18:48:18 UTC
(
hide
)
Description:
Bug 12376 - blinking cursor not clear in larger resolutions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-11-17 18:48:18 UTC
Size:
1.20 KB
patch
obsolete
>From 8a90363d820bb1f35d9bbeaa858dcc0509553051 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 >Content-Type: text/plain; charset="utf-8" > >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. >--- > .../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.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 12376
:
28684
|
28685
|
33622
|
33627
|
33629