From e38ab9ba29caba74671150d7c9ec58c2d005869f Mon Sep 17 00:00:00 2001 From: augustoalmeida Date: Mon, 1 Jun 2015 16:13:37 -0300 Subject: [PATCH] Bugfix for toogle buttom --- sass/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 16a6535..3d3015f 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -235,6 +235,9 @@ form { &-show { td { background-color: #ddd !important; + .footable-toggle { + background-color: #ccc + } } } } @@ -282,7 +285,6 @@ form { > td { > span { &.footable-toggle { - background-color: #ccc; float: right; margin: -10px; padding: 12px; -- libgit2 0.21.2