From 9d576aac3e16d94f8eae0d814fcc958c9dcd9af8 Mon Sep 17 00:00:00 2001 From: makitso Date: Thu, 22 Jan 2015 13:23:35 -0700 Subject: Fix icons for media beginning and end --- themes/clouds/css-1.7.0/images/ldarrow2.png | Bin 0 -> 618 bytes themes/clouds/css-1.7.0/images/rdarrow2.png | Bin 0 -> 631 bytes themes/fab/css-1.7.0/images/ldarrow2.png | Bin 0 -> 145 bytes themes/fab/css-1.7.0/images/rdarrow2.png | Bin 0 -> 146 bytes themes/fab/css-1.7.0/style.css | 6 ++++++ themes/xenea/css-1.7.0/images/ldarrow2.png | Bin 0 -> 662 bytes themes/xenea/css-1.7.0/images/rdarrow2.png | Bin 0 -> 682 bytes 7 files changed, 6 insertions(+) create mode 100644 themes/clouds/css-1.7.0/images/ldarrow2.png create mode 100644 themes/clouds/css-1.7.0/images/rdarrow2.png create mode 100644 themes/fab/css-1.7.0/images/ldarrow2.png create mode 100644 themes/fab/css-1.7.0/images/rdarrow2.png create mode 100644 themes/xenea/css-1.7.0/images/ldarrow2.png create mode 100644 themes/xenea/css-1.7.0/images/rdarrow2.png diff --git a/themes/clouds/css-1.7.0/images/ldarrow2.png b/themes/clouds/css-1.7.0/images/ldarrow2.png new file mode 100644 index 0000000000..3e58fdffa8 Binary files /dev/null and b/themes/clouds/css-1.7.0/images/ldarrow2.png differ diff --git a/themes/clouds/css-1.7.0/images/rdarrow2.png b/themes/clouds/css-1.7.0/images/rdarrow2.png new file mode 100644 index 0000000000..e17283de78 Binary files /dev/null and b/themes/clouds/css-1.7.0/images/rdarrow2.png differ diff --git a/themes/fab/css-1.7.0/images/ldarrow2.png b/themes/fab/css-1.7.0/images/ldarrow2.png new file mode 100644 index 0000000000..df5ec8e5a9 Binary files /dev/null and b/themes/fab/css-1.7.0/images/ldarrow2.png differ diff --git a/themes/fab/css-1.7.0/images/rdarrow2.png b/themes/fab/css-1.7.0/images/rdarrow2.png new file mode 100644 index 0000000000..63437aa3c6 Binary files /dev/null and b/themes/fab/css-1.7.0/images/rdarrow2.png differ 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; diff --git a/themes/xenea/css-1.7.0/images/ldarrow2.png b/themes/xenea/css-1.7.0/images/ldarrow2.png new file mode 100644 index 0000000000..01aa226c75 Binary files /dev/null and b/themes/xenea/css-1.7.0/images/ldarrow2.png differ diff --git a/themes/xenea/css-1.7.0/images/rdarrow2.png b/themes/xenea/css-1.7.0/images/rdarrow2.png new file mode 100644 index 0000000000..88bd528dd7 Binary files /dev/null and b/themes/xenea/css-1.7.0/images/rdarrow2.png differ -- cgit v1.3