]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restyle zeroclipboard doodad
authorMark Otto <markdotto@gmail.com>
Fri, 14 Aug 2015 07:47:41 +0000 (00:47 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 14 Aug 2015 07:47:41 +0000 (00:47 -0700)
docs/assets/scss/_zeroclipboard.scss

index 72ff4930802dc07680b41b5277ef70f1207f3244..a1c987d92d3d40d8e2455512a43ee4db238e0590 100644 (file)
@@ -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;