diff options
| author | makitso <makitso@gmail.com> | 2015-01-22 13:23:35 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-22 13:23:35 -0700 |
| commit | 9d576aac3e16d94f8eae0d814fcc958c9dcd9af8 (patch) | |
| tree | d255009c2dfbce7a5b7466eb5e339ac6db3a63fd /themes/fab/css-1.7.0/style.css | |
| parent | 02689f89f191595b61f76885bbd1087b27dbbb42 (diff) | |
| download | webtrees-9d576aac3e16d94f8eae0d814fcc958c9dcd9af8.tar.gz webtrees-9d576aac3e16d94f8eae0d814fcc958c9dcd9af8.tar.bz2 webtrees-9d576aac3e16d94f8eae0d814fcc958c9dcd9af8.zip | |
Fix icons for media beginning and end
Diffstat (limited to 'themes/fab/css-1.7.0/style.css')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 6aa9e1b6f4..73d6ebff4d 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -3613,6 +3613,12 @@ a.icon-larrow:hover { background-image: url(images/ldarrow.png); } +.icon-ldarrow:hover { + width: 20px; + height: 20px; + background-image: url(images/ldarrow2.png); +} + .icon-lifespan-chunk { width: 50px; height: 37px; |
