ui: small styling of buttons

This commit is contained in:
Marcin Kuzminski 2019-12-04 23:51:54 +01:00
parent c5c266b2e3
commit 52724dc0ff

View file

@ -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 );
}
}