primary color

This commit is contained in:
afc163 2015-07-06 10:36:58 +08:00
parent 53dcdebafb
commit f6219f21eb
5 changed files with 18 additions and 18 deletions

View File

@ -148,27 +148,27 @@
text-align: center;
&:hover {
background: fadeout(#2db7f5, 90%);
background: fadeout(@primary-color, 90%);
cursor: pointer;
}
&:active {
color: #fff;
background: fadeout(#2db7f5, 80%);
background: fadeout(@primary-color, 80%);
}
}
&-today &-date {
border: 1px solid fadeout(#2db7f5, 50%);
border: 1px solid fadeout(@primary-color, 50%);
line-height: 18px;
background: fadeout(#2db7f5, 90%);
background: fadeout(@primary-color, 90%);
}
&-selected-day &-date {
background: #2db7f5;
background: @primary-color;
color: #fff;
&:hover {
background: #2db7f5;
background: @primary-color;
}
}

View File

@ -40,17 +40,17 @@
border-radius: 4px;
&:hover {
background: fadeout(#2db7f5, 90%);
background: fadeout(@primary-color, 90%);
cursor: pointer;
}
}
.@{prefixCalendarClass}-decade-panel-selected-cell .@{prefixCalendarClass}-decade-panel-decade {
background: #2db7f5;
background: @primary-color;
color: #fff;
&:hover {
background: #2db7f5;
background: @primary-color;
color: #fff;
}
}

View File

@ -40,17 +40,17 @@
border-radius: 4px;
&:hover {
background: fadeout(#2db7f5, 90%);
background: fadeout(@primary-color, 90%);
cursor: pointer;
}
}
.@{prefixCalendarClass}-month-panel-selected-cell .@{prefixCalendarClass}-month-panel-month {
background: #2db7f5;
background: @primary-color;
color: #fff;
&:hover {
background: #2db7f5;
background: @primary-color;
color: #fff;
}
}

View File

@ -55,18 +55,18 @@
color: #666;
&:hover {
background: fadeout(#2db7f5, 90%);
background: fadeout(@primary-color, 90%);
cursor: pointer;
}
}
.@{prefixCalendarClass}-time-panel-selected-cell .@{prefixCalendarClass}-time-panel-time {
background: #2db7f5;
background: @primary-color;
color: #fff;
&:hover {
background: #2db7f5;
background: @primary-color;
color: #fff;
}
}

View File

@ -40,17 +40,17 @@
border-radius: 4px;
&:hover {
background: fadeout(#2db7f5, 90%);
background: fadeout(@primary-color, 90%);
cursor: pointer;
}
}
.@{prefixCalendarClass}-year-panel-selected-cell .@{prefixCalendarClass}-year-panel-year {
background: #2db7f5;
background: @primary-color;
color: #fff;
&:hover {
background: #2db7f5;
background: @primary-color;
color: #fff;
}
}