aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r--public/ng/less/ui/panel.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/less/ui/panel.less b/public/ng/less/ui/panel.less
index b3e2dec9..f05f0c16 100644
--- a/public/ng/less/ui/panel.less
+++ b/public/ng/less/ui/panel.less
@@ -31,6 +31,10 @@
border-bottom-left-radius: .3em;
border-bottom-right-radius: .3em;
}
+ .panel-content{
+ border-bottom-left-radius: .3em;
+ border-bottom-right-radius: .3em;
+ }
}
&.panel-warning {
border-color: #F0C36D;