From 2028121a37d04dd198cc96bf5f24e5a14b883bc5 Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 1 Apr 2015 17:29:15 +0300 Subject: Slightly more stylised zoom buttons --- res/client/css/partials/tool-bar.scss | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'res/client/css/partials/tool-bar.scss') diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 392acc1a..19479076 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -49,18 +49,4 @@ background: url(../img/url-icon.png); background-position: center; background-repeat: no-repeat; -} - -#btn_zoom_in { - background: url(../img/plus.svg); - background-position: center; - background-repeat: no-repeat; - border: 0px; -} - -#btn_zoom_out { - background: url(../img/minus.svg); - background-position: center; - background-repeat: no-repeat; - border: 0px; -} +} \ No newline at end of file -- cgit v1.3.1