From 04af4afb309a509a75f7e173eb005fe1b863f786 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Tue, 25 Dec 2018 11:44:12 +0100 Subject: [PATCH] No border for mesh buttons. --- website/include/importerapp.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/include/importerapp.css b/website/include/importerapp.css index cb39f2e..ad7708d 100644 --- a/website/include/importerapp.css +++ b/website/include/importerapp.css @@ -186,10 +186,7 @@ div.meshbuttons div.meshbuttons img.meshimgbutton { - background : #dadada; padding : 3px; - border : 1px solid #aaaaaa; - border-radius : 3px; margin-right : 3px; cursor : pointer; }