Skip to content

Commit 63e01e9

Browse files
tweaks to the opacity of icons in the list
1 parent b4e535a commit 63e01e9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 228
2+
# version 230
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,22 @@ header > div {
300300
opacity: 0.6;
301301
width: 46px;
302302
height: 84px;
303+
-webkit-transition: 0.2s ease;
304+
-moz-transition: 0.2s ease;
305+
-ms-transition: 0.2s ease;
306+
-o-transition: 0.2s ease;
307+
transition: 0.2s ease;
303308
}
304309
#main .row .data img.car {
305310
width: 55px;
306311
height: 25px;
307312
}
313+
#main .row:hover .data img {
314+
opacity: 0.8;
315+
}
316+
#main .row.follow .data img {
317+
opacity: 1.0;
318+
}
308319
#main .row .header .graph {
309320
position: absolute;
310321
bottom: -1px;

0 commit comments

Comments
 (0)