You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/07/22 17:26:29 UTC

[38/59] [abbrv] fauxton commit: updated refs/heads/master to 4e37185

Add accordian to sections


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

Branch: refs/heads/master
Commit: 1c3339019b5995988f6516113868d6eb787ec04a
Parents: 72f1b76
Author: Garren Smith <ga...@gmail.com>
Authored: Tue Jun 3 16:44:18 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Jul 22 17:00:55 2014 +0200

----------------------------------------------------------------------
 app/addons/documents/assets/less/documents.less | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1c333901/app/addons/documents/assets/less/documents.less
----------------------------------------------------------------------
diff --git a/app/addons/documents/assets/less/documents.less b/app/addons/documents/assets/less/documents.less
index 1281b06..17adf12 100644
--- a/app/addons/documents/assets/less/documents.less
+++ b/app/addons/documents/assets/less/documents.less
@@ -290,6 +290,21 @@ button.beautify {
           .rotate(90deg);
         }
       }
+
+      li {
+        > a.down .fonticon-play {
+          .rotate(90deg);
+        }
+
+        &:hover {
+          .fonticon-play {
+            color: white;
+
+          }
+        }
+
+      }
+
     }
   }
 }