From eb40601d966dd1722a7389e6e227e08dd67c7367 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 21 Sep 2013 12:37:36 -0700 Subject: [PATCH] derping on popovers --- dist/ratchet.css | 1 + examples/components/default/index.html | 2 +- lib/sass/popovers.scss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index afd5669..7673540 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -958,6 +958,7 @@ input[type="button"] { bottom: 0; left: 0; z-index: 10; + background-color: rgba(0, 0, 0, 0.5); } .popover .button-block { diff --git a/examples/components/default/index.html b/examples/components/default/index.html index 19127ea..e48848f 100644 --- a/examples/components/default/index.html +++ b/examples/components/default/index.html @@ -5,7 +5,7 @@ Testing - + diff --git a/lib/sass/popovers.scss b/lib/sass/popovers.scss index 6d0f3cc..ff57b10 100644 --- a/lib/sass/popovers.scss +++ b/lib/sass/popovers.scss @@ -18,7 +18,7 @@ -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out; - transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; + transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; } // Caret on top of popover using CSS triangles (thanks to @chriscoyier for solution)