www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css
Date: Sat, 17 May 2014 22:12:46 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/17 22:12:46

Modified files:
        server/staging/nav-bar/test9: layout7.css 

Log message:
        Make the colors of focused input outline and text less intense.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.74&r2=1.75

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- layout7.css 11 May 2014 21:58:09 -0000      1.74
+++ layout7.css 17 May 2014 22:12:45 -0000      1.75
@@ -245,7 +245,7 @@
 #searcher input[type="submit"] {
    padding: .2em .4em;
    margin: 0;
-   color: #222;
+   color: #333;
    background: #e7e9eb;
    border: .1em solid #c9cccf;
    border-radius: .3em;
@@ -256,11 +256,11 @@
    
 }
 #searcher input[type="text"]:focus {
-   color: #222;
-   border: .1em solid #171d33;
+   color: #333;
+   border: .1em solid #334683;
 }
 #searcher input[type="text"]:focus + input[type="submit"] {
-   border: .1em solid #171d33;
+   border: .1em solid #334683;
 }
 #searcher input[type="submit"]:hover {
    cursor: pointer;
@@ -402,7 +402,7 @@
 #fssbox input[type="submit"] {
    padding: .2em .4em;
    margin: 0;
-   color: #222;
+   color: #333;
    background: #e7e9eb;
    border: .1em solid #e7e9eb;
    border-radius: 1em;
@@ -417,14 +417,14 @@
    -o-box-shadow: .15em .15em #171d33;
 }
 #fssbox input[type="text"]:focus {
-   color: #222;
-   border: .1em solid #171d33;
+   color: #333;
+   border: .1em solid #334683;
 }
 #fssbox input[type="submit"]:hover {
    cursor: pointer;
 }
 #fssbox input[type="text"]:focus + input[type="submit"] {
-   border: .1em solid #171d33;
+   border: .1em solid #334683;
 }
 #fsf-frame a:hover { color: #777; }
 



reply via email to

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