From 58e7fa41ea3f16e520cfb1a3dbebd1a40b7f9ff2 Mon Sep 17 00:00:00 2001 From: Martin Bornhold Date: Mon, 27 Jun 2016 16:51:43 +0200 Subject: [PATCH] css: Fix background and border color for panel-danger, panel-... classes. --- rhodecode/public/css/panels.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/rhodecode/public/css/panels.less b/rhodecode/public/css/panels.less index 442cc626..84285d07 100644 --- a/rhodecode/public/css/panels.less +++ b/rhodecode/public/css/panels.less @@ -6,7 +6,6 @@ width: 100%; margin: 0 0 25px 0; - border-color: @grey5; .border-radius(@border-radius); .box-shadow(none); @@ -23,7 +22,6 @@ position: relative; min-height: 1em; padding: @padding @panel-padding; - background-color: @grey6; border-bottom: none; .panel-title,