using button-color + button-background
This commit is contained in:
parent
ea4d64f5ed
commit
dba38052f8
6 changed files with 62 additions and 42 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue