Skip to content
GitLab
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
ada55891
Commit
ada55891
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add transition to thumbnails
parent
e1659b2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+4
-0
docs/assets/css/bootstrap.css
less/thumbnails.less
+1
-0
less/thumbnails.less
with
5 additions
and
0 deletions
+5
-0
docs/assets/css/bootstrap.css
+
4
-
0
View file @
ada55891
...
@@ -5059,6 +5059,10 @@ input[type="submit"].btn.btn-mini {
...
@@ -5059,6 +5059,10 @@ input[type="submit"].btn.btn-mini {
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.055
);
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.055
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.055
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.055
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.055
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.055
);
-webkit-transition
:
all
0.2s
linear
;
-moz-transition
:
all
0.2s
linear
;
-o-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;
}
}
a
.thumbnail
:hover
{
a
.thumbnail
:hover
{
...
...
This diff is collapsed.
Click to expand it.
less/thumbnails.less
+
1
-
0
View file @
ada55891
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
border: 1px solid #ddd;
border: 1px solid #ddd;
.border-radius(4px);
.border-radius(4px);
.box-shadow(0 1px 3px rgba(0,0,0,.055));
.box-shadow(0 1px 3px rgba(0,0,0,.055));
.transition(all .2s linear);
}
}
// Add a hover state for linked versions only
// Add a hover state for linked versions only
a.thumbnail:hover {
a.thumbnail:hover {
...
...
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