app/assets/stylesheets/alchemy/toolbar.scss in alchemy_cms-4.0.6 vs app/assets/stylesheets/alchemy/toolbar.scss in alchemy_cms-4.1.0.beta

- old
+ new

@@ -18,28 +18,10 @@ div p { float: right; margin: 3px $default-margin 0 0; padding: 0; } - - .button { - width: 25px; - height: 21px; - text-decoration: none; - float: right; - border-width: 0; - border-style: none; - font-size: 0; - padding: 0; - background-repeat: no-repeat; - background-position: 0 0; - - &:active { - text-decoration: none; - background-position: 0 -21px; - } - } } .toolbar_buttons { margin-right: 8px; white-space: nowrap; @@ -60,10 +42,19 @@ left: auto; right: 8px; } } } + + .icon_button { + line-height: 26px; + + .icon { + font-size: 1.25em; + text-shadow: 0 0 1px rgba(#fff, 0.75); + } + } } .toolbar_spacer { display: inline-block; vertical-align: middle; @@ -77,27 +68,9 @@ } #overlay_toolbar { @extend %gradiated-toolbar; border-bottom: $default-border; - - .button { - width: 25px; - height: 21px; - text-decoration: none; - float: right; - border-width: 0; - border-style: none; - font-size: 0; - padding: 0; - background-repeat: no-repeat; - background-position: 0 0; - - &:active { - text-decoration: none; - background-position: 0 -21px; - } - } } .button_group { position: relative; display: inline-block;