mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
restyle zeroclipboard doodad
This commit is contained in:
parent
31cddd11c6
commit
b388778f1f
1 changed files with 6 additions and 4 deletions
|
@ -7,19 +7,21 @@
|
|||
display: none;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.btn-clipboard {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
top: .5rem;
|
||||
right: .5rem;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
padding: .25rem .5rem;
|
||||
font-size: 75%;
|
||||
color: #818a91;
|
||||
cursor: pointer;
|
||||
background-color: #eceeef;
|
||||
border-radius: 0 .2rem 0 .2rem;
|
||||
background-color: transparent;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.btn-clipboard-hover {
|
||||
color: #fff;
|
||||
background-color: #027de7;
|
||||
|
|
Loading…
Reference in a new issue