diff --git a/stylesheets/panels.less b/stylesheets/panels.less index c8e2b94..99ae456 100644 --- a/stylesheets/panels.less +++ b/stylesheets/panels.less @@ -6,10 +6,6 @@ &.bordered { border: 1px solid @base-border-color; border-radius: @component-border-radius; - - .panel-heading { - border-radius: @component-border-radius @component-border-radius 0 0; - } } } @@ -43,10 +39,6 @@ box-shadow: inset 0 1px 3px fadeout(@inset-panel-border-color, 40%), inset 0 -1px 3px fadeout(@background-color-highlight, 3%); - - .panel-heading { - border-radius: @component-border-radius @component-border-radius 0 0; - } } .is-blurred { @@ -59,22 +51,15 @@ .panel-heading { .text(normal); - margin: 0; border-bottom: 1px solid @panel-heading-border-color; border-top: 1px solid fadein(@background-color-highlight, 10%); - padding: @component-padding - 2px @component-padding; - - font-size: @font-size; - line-height: 1; background-color: transparent; background-image: -webkit-linear-gradient(@panel-heading-background-color, darken(@panel-heading-background-color, 10%)); .btn { - padding: 1px 5px; - font-size: 10px; - position: relative; - top: -3px; + padding-left: 8px; + padding-right: 8px; @bg: lighten(@button-background-color, 10%); @hover: lighten(@button-background-color-hover, 10%);