Commit b388778f authored by Mark Otto's avatar Mark Otto

restyle zeroclipboard doodad

parent 31cddd11
...@@ -7,19 +7,21 @@ ...@@ -7,19 +7,21 @@
display: none; display: none;
float: right; float: right;
} }
.btn-clipboard { .btn-clipboard {
position: absolute; position: absolute;
top: 0; top: .5rem;
right: 0; right: .5rem;
z-index: 10; z-index: 10;
display: block; display: block;
padding: .25rem .5rem; padding: .25rem .5rem;
font-size: 75%; font-size: 75%;
color: #818a91; color: #818a91;
cursor: pointer; cursor: pointer;
background-color: #eceeef; background-color: transparent;
border-radius: 0 .2rem 0 .2rem; border-radius: .25rem;
} }
.btn-clipboard-hover { .btn-clipboard-hover {
color: #fff; color: #fff;
background-color: #027de7; background-color: #027de7;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment