diff --git a/internal_packages/composer/stylesheets/composer.less b/internal_packages/composer/stylesheets/composer.less index 9e946ce27..1b3f1577f 100644 --- a/internal_packages/composer/stylesheets/composer.less +++ b/internal_packages/composer/stylesheets/composer.less @@ -205,7 +205,7 @@ body.is-blurred .composer-inner-wrap .tokenizing-field .token { .composer-action-bar-wrap { background: #fcfcfc; border-top: 1px solid #eaeaea; - box-shadow: inset 0px 1px 2px rgba(0,0,0,0.03); + box-shadow: inset 0 1px 2px rgba(0,0,0,0.03); } .composer-action-bar-content { diff --git a/static/buttons.less b/static/buttons.less index c2ded0d69..5bf16c9d2 100644 --- a/static/buttons.less +++ b/static/buttons.less @@ -15,6 +15,8 @@ button, html input[type="button"] { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); cursor: default; display:inline-block; + color: @btn-default-text-color; + img.content-mask { background-color:@btn-default-text-color; } background: linear-gradient(to top, rgba(241,241,241,0.75) 0%, rgba(253,253,253,0.75) 100%); height: auto; @@ -45,10 +47,6 @@ button, html input[type="button"] { padding: 0.66em 1.6em; } - color: @btn-default-text-color; - background: @btn-default-bg-color; - img.content-mask { background-color:@btn-default-text-color; } - &.btn-action { color: @btn-action-text-color; background: @btn-action-bg-color;