www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Sun, 18 May 2014 06:58:47 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/18 06:58:46

Modified files:
        .              : layout.css 

Log message:
        Make border and text colors for focused form inputs less intense, as 
suggested by Navaneeth.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.174&r2=1.175

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -b -r1.174 -r1.175
--- layout.css  12 May 2014 07:59:51 -0000      1.174
+++ layout.css  18 May 2014 06:58:46 -0000      1.175
@@ -234,7 +234,7 @@
 #searcher input[type="submit"] {
    padding: .2em .4em;
    margin: 0;
-   color: #222;
+   color: #333;
    background: #e7e9eb;
    border: .1em solid #c9cccf;
    border-radius: .3em;
@@ -245,11 +245,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;
@@ -391,7 +391,7 @@
 #fssbox input[type="submit"] {
    padding: .2em .4em;
    margin: 0;
-   color: #222;
+   color: #333;
    background: #e7e9eb;
    border: .1em solid #e7e9eb;
    border-radius: 1em;
@@ -406,14 +406,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]