using button-color + button-background

This commit is contained in:
Silke Pisulla 2017-01-05 10:47:49 +01:00
commit dba38052f8
6 changed files with 62 additions and 42 deletions

View file

@ -90,17 +90,9 @@
}
.prefix {
.btn-prefix ();
.btn-prefix();
.icon-clipboard();
}
&.opentasks,
&.opentask {
.num {
background-color: @color-link;
color: #fff;
}
}
} // user-task
} // li
@ -118,10 +110,10 @@
&:hover,
&:active,
&:focus {
border-color: @color-nav-hover;
border-color: @button_color;
//-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
//box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
color: @color-nav-hover;
color: @button_color;
}
&::before {