Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b388778f
Commit
b388778f
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
restyle zeroclipboard doodad
parent
31cddd11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_zeroclipboard.scss
+6
-4
docs/assets/scss/_zeroclipboard.scss
with
6 additions
and
4 deletions
+6
-4
docs/assets/scss/_zeroclipboard.scss
+
6
-
4
View file @
b388778f
...
...
@@ -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
:
.2
5
rem
;
}
.btn-clipboard-hover
{
color
:
#fff
;
background-color
:
#027de7
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets