From b2632dec099cb2727933149d2d59cc5e46baa15f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 10 Oct 2014 21:40:51 -0400 Subject: Page: Compare 2 commits --- public/ng/less/ui/panel.less | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/ng/less/ui') diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less index c4bba16e..929de21e 100644 --- a/public/ng/less/ui/panel.less +++ b/public/ng/less/ui/panel.less @@ -36,6 +36,14 @@ border-bottom-right-radius: .3em; } } + &.panel-info { + border-color: #85c5e5; + > .panel-header { + color: #31708f; + background-color: #d9edf7; + border-color: #85c5e5; + } + } &.panel-warning { border-color: #F0C36D; > .panel-header { -- cgit v1.2.3