css: Fix background and border color for panel-danger, panel-... classes.

This commit is contained in:
Martin Bornhold 2016-06-27 16:51:43 +02:00
parent 51c76d4cf7
commit 58e7fa41ea

View file

@ -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,