[ARVADOS] updated: a341306ea30917b0b5ac245259bd0380c497e4ca
git at public.curoverse.com
git at public.curoverse.com
Thu Jun 4 14:10:25 EDT 2015
Summary of changes:
doc/_layouts/default.html.liquid | 1 +
doc/css/button-override.css | 7 +++++++
2 files changed, 8 insertions(+)
create mode 100644 doc/css/button-override.css
via a341306ea30917b0b5ac245259bd0380c497e4ca (commit)
from 214ad0d556ff3e0a7d6cef45cd8e84917994dab6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a341306ea30917b0b5ac245259bd0380c497e4ca
Author: radhika <radhika at curoverse.com>
Date: Thu Jun 4 14:09:39 2015 -0400
6093: Add button-override css to make any buttons added inside the documentation to appear unclickable to avoid any confusion.
diff --git a/doc/_layouts/default.html.liquid b/doc/_layouts/default.html.liquid
index 1acb37e..ed232c6 100644
--- a/doc/_layouts/default.html.liquid
+++ b/doc/_layouts/default.html.liquid
@@ -14,6 +14,7 @@
<link href="{{ site.baseurl }}/css/code.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/carousel-override.css" rel="stylesheet">
+ <link href="{{ site.baseurl }}/css/button-override.css" rel="stylesheet">
<style>
html {
height:100%;
diff --git a/doc/css/button-override.css b/doc/css/button-override.css
new file mode 100644
index 0000000..a0d9c43
--- /dev/null
+++ b/doc/css/button-override.css
@@ -0,0 +1,7 @@
+.btn:hover,
+.btn:focus,
+.btn:active,
+.btn.active,
+.open .dropdown-toggle.btn {
+ opacity: 0.4;
+}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list