From 9f631ecba1dc4408d43ba37151b4db69aa60578d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Mon, 10 Apr 2017 11:13:12 +0200 Subject: [PATCH] Remove misplaced css to fix button background The button should have a transparent background as all the other buttons. --- css/area_nav-pagetools.less | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/css/area_nav-pagetools.less b/css/area_nav-pagetools.less index d3f982e..40d2b06 100755 --- a/css/area_nav-pagetools.less +++ b/css/area_nav-pagetools.less @@ -110,18 +110,6 @@ nav#dokuwiki__pagetools { margin-top: 1em; } } - - &.plugin_move_page { - a { - .btn-hover(); - - color: @ini_nav_menu_color; - - * { - color: inherit; - } - } - } } }