www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/layout layout.css


From: Therese Godefroy
Subject: www/server/staging/layout layout.css
Date: Mon, 04 Jan 2016 16:11:45 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/01/04 16:11:45

Modified files:
        server/staging/layout: layout.css 

Log message:
        FSS form: make the sign-up button light up on focus.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout/layout.css?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout/layout.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- layout.css  4 Jan 2016 15:25:44 -0000       1.2
+++ layout.css  4 Jan 2016 16:11:45 -0000       1.3
@@ -151,10 +151,13 @@
    background: white;
    border: .1em solid #999;
 }
-form input:focus {
+form input[type="text"]:focus {
    color: #333;
    border: .1em solid #0156bf;
 }
+form input[type="text"]:focus + input[type="submit"] {
+   border: .1em solid #0156bf;
+}
 form input[type="submit"]:hover {
    cursor: pointer;
 }
@@ -631,6 +634,10 @@
 #fssbox p { margin: 0 0 .3em 0; }
 #fssbox form p { margin: 0; }
 #fssbox form input[type="submit"] { color: #0156bf; }
+#fssbox form input[type="text"]:focus + input[type="submit"] {
+   color: white;
+   background: #0156bf;
+}
 #fssbox a, #fssbox a:visited { color: #0156bf; }
 #fssbox a:hover { color: #777; }
 
@@ -645,6 +652,7 @@
 p#join-fsf a:hover { color: #ffa; }
 
 
+
 /* Navigation */
 
 #navigation {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]