Remove misplaced css to fix button background

The button should have a transparent background as all the other
buttons.
This commit is contained in:
Michael Große 2017-04-10 11:13:12 +02:00
commit 9f631ecba1
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -110,18 +110,6 @@ nav#dokuwiki__pagetools {
margin-top: 1em;
}
}
&.plugin_move_page {
a {
.btn-hover();
color: @ini_nav_menu_color;
* {
color: inherit;
}
}
}
}
}