From 377131e43de48e270acd10a1a462ece87dbb6ca8 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 15 Oct 2017 20:30:06 +1300 Subject: [PATCH] replace menu icon from astral unicode to mini svg --- client/dcwebui.css | 7 ++++++- client/index.htm | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/client/dcwebui.css b/client/dcwebui.css index 80f0d06..3164314 100644 --- a/client/dcwebui.css +++ b/client/dcwebui.css @@ -71,10 +71,15 @@ html,body { color:black; font-weight:bold; - line-height:18px; + line-height:0; + height:18px; width:18px; text-align:center; } +.menubutton svg { + width: 18px; + height: 18px; +} .menubutton:hover { background:white; } diff --git a/client/index.htm b/client/index.htm index 2b7eb1a..bb3ae4f 100644 --- a/client/index.htm +++ b/client/index.htm @@ -11,7 +11,11 @@
- +
Main @@ -55,4 +59,4 @@ - \ No newline at end of file +