Bug 12376 - blinking cursor not clear in larger resolutions
authorOwen Leonard <oleonard@myacpl.org>
Tue, 23 Sep 2014 12:18:45 +0000 (08:18 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 19 Nov 2014 14:34:21 +0000 (11:34 -0300)
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>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, small CSS change.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index dc557c3..ab80d4c 100644 (file)
@@ -122,6 +122,10 @@ em strong {
        font-style : italic;
 }
 
        font-style : italic;
 }
 
+input, textarea {
+    padding : 2px 4px;
+}
+
 .subfield-label {
     font-style : italic;
 }
 .subfield-label {
     font-style : italic;
 }
@@ -983,7 +987,6 @@ tr.highlight th[scope=row] {
 }
 
 .date-select input {
 }
 
 .date-select input {
-    padding : 1px;
     vertical-align: middle;
 }
 
     vertical-align: middle;
 }