diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-10 21:40:51 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-10 21:40:51 -0400 |
commit | b2632dec099cb2727933149d2d59cc5e46baa15f (patch) | |
tree | 0339b98dcd6a38bf9a02e3681d4e22a024ceaa9f /public/ng/less/ui | |
parent | 54930c001df8316d8dfda450b5c39379df2cc1b1 (diff) |
Page: Compare 2 commits
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r-- | public/ng/less/ui/panel.less | 8 |
1 files changed, 8 insertions, 0 deletions
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 { |