Commit e38ab9ba29caba74671150d7c9ec58c2d005869f

Authored by augustoalmeida
1 parent 8e4c0c16

Bugfix for toogle buttom

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
sass/style.scss
... ... @@ -235,6 +235,9 @@ form {
235 235 &-show {
236 236 td {
237 237 background-color: #ddd !important;
  238 + .footable-toggle {
  239 + background-color: #ccc
  240 + }
238 241 }
239 242 }
240 243 }
... ... @@ -282,7 +285,6 @@ form {
282 285 > td {
283 286 > span {
284 287 &.footable-toggle {
285   - background-color: #ccc;
286 288 float: right;
287 289 margin: -10px;
288 290 padding: 12px;
... ...