From 6ea8b72ee3aa3e6733e5b33d3c227830b40b4a91 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Fri, 6 Jan 2017 13:55:56 +0100 Subject: [PATCH] delete styles after changing base_design --- css/plugins/bureaucracy.less | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/css/plugins/bureaucracy.less b/css/plugins/bureaucracy.less index db94803..c16d453 100644 --- a/css/plugins/bureaucracy.less +++ b/css/plugins/bureaucracy.less @@ -90,21 +90,7 @@ } // label button[type="submit"] { - background-image: none; - background-color: @button_background; - border: solid 1px @button_background; - color: @button_color; - font-weight: bold; margin-top: (@grid * 2); - padding: .4em @grid; - transition: @transition background-color, @transition color; - - &:hover, - &:focus, - &:active { - background-color: @button_color; - color: @button_background; - } } }