ui: small styling of buttons
This commit is contained in:
parent
c5c266b2e3
commit
52724dc0ff
1 changed files with 9 additions and 7 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue