2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
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;