mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fix rounded corners on copy buttons
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1401,7 +1401,7 @@ body {
|
|||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
border-radius: .2rem;
|
border-radius: 0 .2rem 0 .2rem;
|
||||||
}
|
}
|
||||||
.btn-clipboard-hover {
|
.btn-clipboard-hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user