fix rounded corners on copy buttons

This commit is contained in:
Mark Otto 2014-10-27 03:23:44 -07:00
parent 0222f2a2d0
commit e3d2146350
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1401,7 +1401,7 @@ body {
color: #818a91;
cursor: pointer;
background-color: #eceeef;
border-radius: .2rem;
border-radius: 0 .2rem 0 .2rem;
}
.btn-clipboard-hover {
color: #fff;