You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/09/26 20:53:14 UTC

[5/8] git commit: updated refs/heads/replicator-redesign to d00027f

More Button styling fixes


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8de942f2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8de942f2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8de942f2

Branch: refs/heads/replicator-redesign
Commit: 8de942f2db0b48f534f02557b04e09641d584b7e
Parents: c5d0cf4
Author: suelockwood <de...@gmail.com>
Authored: Wed Sep 25 11:27:53 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Wed Sep 25 11:27:53 2013 -0400

----------------------------------------------------------------------
 src/fauxton/assets/less/fauxton.less | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8de942f2/src/fauxton/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less
index e79d42e..ddf66f6 100644
--- a/src/fauxton/assets/less/fauxton.less
+++ b/src/fauxton/assets/less/fauxton.less
@@ -604,6 +604,7 @@ tbody {padding-top: 10px;}
 }
 
 .button{
+  .button-style;
   .transition(all @transitionSpeed @transitionEaseType);
   border: none;
   background-color: @redButton;