update color

This commit is contained in:
afc163 2015-07-06 16:21:27 +08:00
parent 879685eeb5
commit 7238531b6d
2 changed files with 5 additions and 5 deletions

View File

@ -60,10 +60,10 @@
&:hover {
border-color: #23c0fa;
box-shadow: 0 0 2px fadeout(#2db7f5, 20%);
box-shadow: 0 0 2px tint(@primary-color, 20%);
}
&:active {
border-color: #2db7f5;
border-color: @primary-color;
}
}

View File

@ -76,7 +76,7 @@
}
&:hover {
color: fadeout(#2db7f5, 20%);
color: tint(@primary-color, 20%);
}
}
@ -129,7 +129,7 @@
div.@{prefixClass}-tab-active {
> a, > a:hover, > a:focus {
color: fadeout(#2db7f5, 20%);
color: tint(@primary-color, 20%);
cursor: pointer;
text-decoration: none;
}
@ -167,7 +167,7 @@
}
> a:hover {
color: fadeout(#2db7f5, 30%);
color: tint(@primary-color, 30%);
cursor: pointer;
}