cvs: pearweb /public_html/css style.css

[email protected] ("Helgi ?ormar ?orbj?rnsson") Tue, 06 May 2008 22:48:16 -0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <cvsdufuz1210114096@cvsserver>
dufuz		Tue May  6 22:48:16 2008 UTC

  Modified files:              
    /pearweb/public_html/css	style.css 
  Log:
  Make the buttons a bit more friendly on the eyes
  
http://cvs.php.net/viewvc.cgi/pearweb/public_html/css/style.css?r1=1.65&r2=1.66&diff_format=u
Index: pearweb/public_html/css/style.css
diff -u pearweb/public_html/css/style.css:1.65 pearweb/public_html/css/style.css:1.66
--- pearweb/public_html/css/style.css:1.65	Sun Apr 27 02:43:47 2008
+++ pearweb/public_html/css/style.css	Tue May  6 22:48:16 2008
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.65 2008/04/27 02:43:47 dufuz Exp $ */
+/* $Id: style.css,v 1.66 2008/05/06 22:48:16 dufuz Exp $ */
 
 /* ========= Main Content Holders ========= */
 body {
@@ -394,10 +394,8 @@
     font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
     font-weight: bold;
     background:#fafafa;
-    color: #888a85;
-    border: 1px solid #babdb6;
-    border-top: 1px solid #d3d7cf;
-    border-left: 1px solid #d3d7cf;
+    color: #000;
+    border: 1px solid #000;
     margin-left: 2px;
     margin-right: 2px;
     cursor: pointer;
@@ -412,8 +410,7 @@
 }
 
 button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
-    background: #fafafa;
-    color: #333;
+    border-color: #696969;
 }
 
 button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {