[vhffs-dev] [1886] Improved button styles.

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1886
Author:   beuss
Date:     2011-07-25 22:59:00 +0200 (Mon, 25 Jul 2011)
Log Message:
-----------
Improved button styles.

Modified Paths:
--------------
    trunk/vhffs-themes/light-grey/main.css

Modified: trunk/vhffs-themes/light-grey/main.css
===================================================================
--- trunk/vhffs-themes/light-grey/main.css	2011-07-25 20:58:42 UTC (rev 1885)
+++ trunk/vhffs-themes/light-grey/main.css	2011-07-25 20:59:00 UTC (rev 1886)
@@ -1,10 +1,12 @@
 /*************************************************************/
-	/* VHFFS blue theme style sheet, based on the work of        */
-	/* G.Wolfgang. Found on Open Source Web Design               */
-	/* (http://www.oswd.org)                                     */
-	/*************************************************************/
-	/*************************/ /* SECTION 1 - MAIN BODY */
-	/*************************/
+/* VHFFS blue theme style sheet, based on the work of        */
+/* G.Wolfgang. Found on Open Source Web Design               */
+/* (http://www.oswd.org)                                     */
+/*************************************************************/
+
+/*************************/
+/* SECTION 1 - MAIN BODY */
+/*************************/
 body {
 	font-size: 10px;
 	margin: 0px auto;
@@ -984,6 +986,20 @@
 	font-size: 12px;
 }
 
+input[type=submit],button,input[type=submit]:focus {
+	border-left: 1px solid rgb(180, 180, 180);;
+	border-top: 1px solid rgb(180, 180, 180);;
+	border-right: 1px solid rgb(130, 130, 130);;
+	border-bottom: 1px solid rgb(130, 130, 130);;
+}
+
+input[type=submit]:active, button:active {
+	border-left: 1px solid rgb(130, 130, 130);;
+	border-top: 1px solid rgb(130, 130, 130);;
+	border-right: 1px solid rgb(180, 180, 180);;
+	border-bottom: 1px solid rgb(180, 180, 180);;
+}
+
 input:focus,textarea:focus,select:focus {
 	border: 1px solid rgb(120, 120, 120);;
 	background-color: rgb(225, 225, 225);;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/