[otrs-cvs] otrs/var/httpd/htdocs/skins/Agent/default/css Core.Form.css, 1.43, 1.44
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css
In directory lancelot:/tmp/cvs-serv14967/var/httpd/htdocs/skins/Agent/default/css
Modified Files:
Core.Form.css
Log Message:
Fixed bug#9078 - Fields of type "email" loosing style format.
Author: mab
Index: Core.Form.css
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Form.css,v
retrieving revision 1.43
retrieving revision 1.44
diff -2 -u -d -r1.43 -r1.44
--- Core.Form.css 14 Jan 2013 14:19:48 -0000 1.43
+++ Core.Form.css 28 Jan 2013 14:16:54 -0000 1.44
@@ -20,4 +20,5 @@
input[type=text],
input[type=password],
+input[type=email],
textarea,
select[multiple=multiple] {
@@ -34,4 +35,5 @@
input[type=text],
input[type=password],
+input[type=email],
textarea {
padding: 3px;
@@ -42,4 +44,5 @@
input[type=text]:focus,
input[type=password]:focus,
+input[type=email]:focus,
textarea:focus {
border-color: #F92;
@@ -60,4 +63,5 @@
input[type=text][readonly],
input[type=password][readonly],
+input[type=email][readonly],
textarea[readonly] {
background-color: #DDD;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log