aboutsummaryrefslogtreecommitdiffstats
path: root/html/css/git-deps.css
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-08 13:59:14 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 16:35:49 +0000
commit354bf9cc795d75d43009e24eecb383340a03cf34 (patch)
tree7f7b2f5df96964c19d569037d1805f9aa9c04f62 /html/css/git-deps.css
parent2496e53529beb8d0751f90f001b6ea99934cdfc0 (diff)
downloadgit-deps-354bf9cc795d75d43009e24eecb383340a03cf34.tar.gz
support dynamic queries!
Add form with event handler which performs JSON XHR query and draws results.
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r--html/css/git-deps.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 4f43c83..156b064 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -29,3 +29,7 @@ g.node text {
opacity: 0.4;
marker-end: url(#end-arrow);
}
+
+.commitish input {
+ font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+}