# HG changeset patch # User Marcin Kuzminski # Date 2019-12-04 22:51:54 # Node ID b9b13af3df6b12ebacfab9101d50b6ae599db6e4 # Parent e643003b46b2c2f63dc2b69284813071c3ab2979 ui: small styling of buttons diff --git a/rhodecode/public/css/buttons.less b/rhodecode/public/css/buttons.less --- a/rhodecode/public/css/buttons.less +++ b/rhodecode/public/css/buttons.less @@ -47,10 +47,16 @@ input[type="button"] { &:active { outline:none; } + &:hover { color: @rcdarkblue; - background-color: @white; - .border ( @border-thickness, @grey4 ); + background-color: @grey6; + + } + + &.btn-active { + color: @rcdarkblue; + background-color: @grey6; } .icon-remove { @@ -71,11 +77,7 @@ input[type="button"] { margin: 0 0 0 0; } - &.btn-active { - color: @rcdarkblue; - background-color: @white; - .border ( @border-thickness, @rcdarkblue ); - } + }