Commit e38ab9ba29caba74671150d7c9ec58c2d005869f
1 parent
8e4c0c16
Exists in
master
and in
5 other branches
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,6 +235,9 @@ form { | ||
| 235 | &-show { | 235 | &-show { |
| 236 | td { | 236 | td { |
| 237 | background-color: #ddd !important; | 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,7 +285,6 @@ form { | ||
| 282 | > td { | 285 | > td { |
| 283 | > span { | 286 | > span { |
| 284 | &.footable-toggle { | 287 | &.footable-toggle { |
| 285 | - background-color: #ccc; | ||
| 286 | float: right; | 288 | float: right; |
| 287 | margin: -10px; | 289 | margin: -10px; |
| 288 | padding: 12px; | 290 | padding: 12px; |