svn: /pear2/sandbox/pear2.php.net/trunk/www/ css/main.css img/button-bg-depressed.png

[email protected] (Michael Gauthier) Fri, 16 Jul 2010 23:32:14 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
gauthierm                                Fri, 16 Jul 2010 23:32:14 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=301342

Log:
Add depressed button styles.

Changed paths:
    U   pear2/sandbox/pear2.php.net/trunk/www/css/main.css
    A   pear2/sandbox/pear2.php.net/trunk/www/img/button-bg-depressed.png

Modified: pear2/sandbox/pear2.php.net/trunk/www/css/main.css
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/css/main.css	2010-07-16 22:30:15 UTC (rev 301341)
+++ pear2/sandbox/pear2.php.net/trunk/www/css/main.css	2010-07-16 23:32:14 UTC (rev 301342)
@@ -108,6 +108,10 @@
 	-moz-box-shadow: 0 0 0 1px rgba(255,255,255,1) inset, 0 1px 3px -1px rgba(0,0,0,0.3);
 }

+.button:active {
+	background: #ebebeb url(../img/button-bg-depressed.png) repeat-x 0 50%;
+}
+
 #mid .button {
 	border: 1px solid #fff;
 	box-shadow: 0 0 3px rgba(0,0,0,0.4);

Added: pear2/sandbox/pear2.php.net/trunk/www/img/button-bg-depressed.png
===================================================================
(Binary files differ)


Property changes on: pear2/sandbox/pear2.php.net/trunk/www/img/button-bg-depressed.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream