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
b14d946a
Commit
b14d946a
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add animation to docs download btn for firefox
parent
a80dafbb
1 merge request
!4427
Use variable for desktop media query
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+11
-3
docs/assets/css/docs.css
with
11 additions
and
3 deletions
+11
-3
docs/assets/css/docs.css
+
11
-
3
View file @
b14d946a
...
...
@@ -133,9 +133,14 @@ hr.soften {
/* Download button */
@-webkit-keyframes
downloadButton
{
from
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.5
);
}
50
%
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
25px
rgba
(
0
,
68
,
204
,
.9
);
}
to
{
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.5
);
}
from
{
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.5
);
}
50
%
{
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
25px
rgba
(
0
,
68
,
204
,
.9
);
}
to
{
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.5
);
}
}
@-moz-keyframes
downloadButton
{
from
{
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.5
);
}
50
%
{
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
25px
rgba
(
0
,
68
,
204
,
.9
);
}
to
{
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.5
);
}
}
.masthead
.btn
{
padding
:
14px
24px
;
...
...
@@ -150,8 +155,11 @@ hr.soften {
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.01
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
.1
),
0
1px
5px
rgba
(
0
,
0
,
0
,
.25
),
0
2px
10px
rgba
(
0
,
68
,
204
,
.01
);
-webkit-animation-name
:
downloadButton
;
-moz-animation-name
:
downloadButton
;
-webkit-animation-duration
:
1.5s
;
-moz-animation-duration
:
1.5s
;
-webkit-animation-iteration-count
:
infinite
;
-moz-animation-iteration-count
:
infinite
;
-webkit-transition
:
none
;
-moz-transition
:
none
;
transition
:
none
;
...
...
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