Skip to content

Commit 1a1bfbb

Browse files
committed
Merge pull request #8 from yeti-switch/panel_h3_fix
.panel h3 -> .panel > h3
2 parents f2fbd81 + 42b7591 commit 1a1bfbb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

app/assets/stylesheets/wigu/active_admin_theme.css.scss

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -530,23 +530,23 @@ form fieldset.inputs {
530530
background-color: #ffffff;
531531
border: 1px solid $skinBorderWindowColor;
532532
border-bottom: 2px solid $skinBorderWindowColor;
533-
h3 {
534-
background-image: none;
535-
box-shadow: none;
536-
text-shadow: none;
537-
box-shadow: none;
538-
background-color: $skinMainSecondColor;
539-
color: #ffffff;
540-
border: none;
541-
padding: 8px 15px;
542-
font-weight: 400;
533+
> h3 {
534+
background-image: none;
535+
box-shadow: none;
536+
text-shadow: none;
537+
box-shadow: none;
538+
background-color: $skinMainSecondColor;
539+
color: #ffffff;
540+
border: none;
541+
padding: 8px 15px;
542+
font-weight: 400;
543543

544-
-webkit-border-top-left-radius: $skinBorderRadius;
545-
-webkit-border-top-right-radius: $skinBorderRadius;
546-
-moz-border-radius-topleft: $skinBorderRadius;
547-
-moz-border-radius-topright: $skinBorderRadius;
548-
border-top-left-radius: $skinBorderRadius;
549-
border-top-right-radius: $skinBorderRadius;
544+
-webkit-border-top-left-radius: $skinBorderRadius;
545+
-webkit-border-top-right-radius: $skinBorderRadius;
546+
-moz-border-radius-topleft: $skinBorderRadius;
547+
-moz-border-radius-topright: $skinBorderRadius;
548+
border-top-left-radius: $skinBorderRadius;
549+
border-top-right-radius: $skinBorderRadius;
550550
}
551551
.panel_contents {
552552
font-weight: 400;

0 commit comments

Comments
 (0)