diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/css/fms.css | 4 | ||||
-rw-r--r-- | www/i/dropdown-arrow.svg | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index f838f9e..93c812c 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -71,8 +71,8 @@ background:none; background-color: #fff; - background-image: url(../dropdown-arrow.png); - background-image: url(../dropdown-arrow.svg); + background-image: url(../i/dropdown-arrow.png); + background-image: url(../i/dropdown-arrow.svg); background-size: auto 35%; background-repeat: no-repeat; background-position: 95% 50%; diff --git a/www/i/dropdown-arrow.svg b/www/i/dropdown-arrow.svg new file mode 100644 index 0000000..c416be7 --- /dev/null +++ b/www/i/dropdown-arrow.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="50px" height="50px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
+<polygon fill="#666666" points="25,42 25,42 3,9 46,9 "/>
+</svg>
|