提交 56ce321e 编写于 作者: Y yiminghe

Merge branch 'master' of github.com:ant-design/ant-design

...@@ -485,9 +485,9 @@ ul.anticons-list { ...@@ -485,9 +485,9 @@ ul.anticons-list {
} }
ul.anticons-list li { ul.anticons-list li {
float: left; float: left;
margin: 5px 10px 5px 0; margin: 5px 5px 5px 0;
padding-bottom: 10px; padding-bottom: 10px;
width: 154px; width: 155px;
text-align: center; text-align: center;
list-style: none; list-style: none;
cursor: pointer; cursor: pointer;
......
...@@ -106,6 +106,13 @@ a:hover { ...@@ -106,6 +106,13 @@ a:hover {
display: none; display: none;
} }
::selection {
background: rgba(0, 171, 234, 0.42); /* WebKit/Blink Browsers */
}
::-moz-selection {
background: rgba(0, 171, 234, 0.42); /* Gecko Browsers */
}
header { header {
width: 100%; width: 100%;
background: #fff; background: #fff;
......
...@@ -4,14 +4,13 @@ ...@@ -4,14 +4,13 @@
width: 253px; width: 253px;
border: 1px solid #ccc; border: 1px solid #ccc;
list-style: none; list-style: none;
font-size: 12px; font-size: @font-size-base;
text-align: left; text-align: left;
background-color: #fff; background-color: #fff;
border-radius: 3px; border-radius: @border-radius-base;
box-shadow: 0 1px 5px #ccc; box-shadow: 0 0 4px #d9d9d9;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc; line-height: @line-height-base;
line-height: 1.5;
&-week-number { &-week-number {
width: 286px; width: 286px;
...@@ -24,11 +23,11 @@ ...@@ -24,11 +23,11 @@
&-header { &-header {
padding: 0 10px; padding: 0 10px;
height: 34px; height: 34px;
line-height: 30px; line-height: 24px;
text-align: center; text-align: center;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #e9e9e9;
> a { > a {
font-weight: bold; font-weight: bold;
...@@ -36,6 +35,7 @@ ...@@ -36,6 +35,7 @@
padding: 4px 5px; padding: 4px 5px;
text-align: center; text-align: center;
width: 30px; width: 30px;
color: #666;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
...@@ -173,19 +173,20 @@ ...@@ -173,19 +173,20 @@
} }
&-footer { &-footer {
padding: 3px 0; padding: 0 15px;
height: 42px;
line-height: 42px;
border-top: 1px solid #e9e9e9;
text-align: center; text-align: center;
} }
&-footer-btn { &-footer > div {
margin-top: 2px; display: inline-block;
} }
.@{prefixCalendarClass}-today-btn, .@{prefixCalendarClass}-clear-btn { .@{prefixCalendarClass}-today-btn, .@{prefixCalendarClass}-clear-btn {
display: inline-block; display: inline-block;
padding: 4px 5px;
text-align: center; text-align: center;
color: #f46830;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册