fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10470] logistic: css for button used in forms


From: Sigurd Nes
Subject: [Fmsystem-commits] [10470] logistic: css for button used in forms
Date: Mon, 05 Nov 2012 13:15:55 +0000

Revision: 10470
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10470
Author:   sigurdne
Date:     2012-11-05 13:15:55 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
logistic: css for button used in forms

Modified Paths:
--------------
    trunk/logistic/templates/base/css/base.css

Modified: trunk/logistic/templates/base/css/base.css
===================================================================
--- trunk/logistic/templates/base/css/base.css  2012-11-05 09:02:14 UTC (rev 
10469)
+++ trunk/logistic/templates/base/css/base.css  2012-11-05 13:15:55 UTC (rev 
10470)
@@ -383,7 +383,7 @@
   text-decoration: none;
 }
 
-#innertoolbar-button, input[type="submit"] {
+#innertoolbar-button, input[type="submit"], input[type="button"]{
     background: none repeat scroll 0 0 #4F9AEA;
     border: 1px solid #4685C8;
     border-radius: 4px 4px 4px 4px;
@@ -392,6 +392,11 @@
     padding: 3px 15px;
 }
 
+input[type="submit"][disabled]
+{
+    background: none repeat scroll 0 0 #A3D1FF;
+}
+
 #innertoolbar-button {
   font-size: 1em;
   line-height: 1.2em;
@@ -2439,4 +2444,4 @@
 
 #requirement-container .btn-sm.cancel {
   border: 1px solid #CCCCCC;
-}
\ No newline at end of file
+}




reply via email to

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