Merge pull request #57 from ant-design/chore-modify-message-component

chore: modify message component border color
This commit is contained in:
偏右 2015-07-21 16:22:34 +08:00
commit e13a18984c

View File

@ -19,7 +19,7 @@
right: 50%;
padding: 8px 16px;
border-radius: @border-radius-base;
border: 1px solid #e9e9e9;
border: 1px solid #d9d9d9;
box-shadow: 0 0 4px rgba(0,0,0,0.16);
background: #fff;
display: block;