app/assets/stylesheets/active_skin.css.sass in active_skin-0.0.9 vs app/assets/stylesheets/active_skin.css.sass in active_skin-0.0.10
- old
+ new
@@ -87,20 +87,22 @@
@include no-shadow()
border-bottom: 4px solid $skinActiveColor
margin: 0
h2
color: $skinHeaderTextColor
- .action_items a
- @include rounded(0)
- background: $skinActiveColor
- color: #fff
- @include no-shadow()
- text-shadow: none
- border: none
- padding: 17px
- font-size: 14px
- &:hover
- background: lighten( $skinActiveColor, 10% ) !important
+ .action_items a,
+ .action_items span.action_item
+ & > a, & > .dropdown_menu > a
+ @include rounded(0)
+ background: $skinActiveColor
+ color: #fff
+ @include no-shadow()
+ text-shadow: none
+ border: none
+ padding: 17px
+ font-size: 14px
+ &:hover
+ background: lighten( $skinActiveColor, 10% ) !important
#active_admin_content
@include clearfix
.table_tools
height: 30px