Update to Bootstrap 2.3.0
This commit is contained in:
5
assets/css/less/thumbnails.less
Executable file → Normal file
5
assets/css/less/thumbnails.less
Executable file → Normal file
@@ -33,8 +33,9 @@
|
||||
.box-shadow(0 1px 3px rgba(0,0,0,.055));
|
||||
.transition(all .2s ease-in-out);
|
||||
}
|
||||
// Add a hover state for linked versions only
|
||||
a.thumbnail:hover {
|
||||
// Add a hover/focus state for linked versions only
|
||||
a.thumbnail:hover,
|
||||
a.thumbnail:focus {
|
||||
border-color: @linkColor;
|
||||
.box-shadow(0 1px 4px rgba(0,105,214,.25));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user