From 654c116c58a222ca2cad83dd069662040c9a94e5 Mon Sep 17 00:00:00 2001 From: azivner Date: Sat, 9 Jun 2018 09:28:50 -0400 Subject: [PATCH] use backgrounds for icon buttons so that dark and black themes look better --- src/public/stylesheets/style.css | 4 +++- src/views/index.ejs | 41 +++++++++++++------------------- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index b91dc19e6..99a544063 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -385,7 +385,9 @@ div.ui-tooltip { } button.icon-button { - padding: 4px; + height: 28px; + width: 28px; + background: no-repeat center; } /* Themes */ diff --git a/src/views/index.ejs b/src/views/index.ejs index 2d43eb41c..24e741f1f 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -76,21 +76,18 @@ @@ -124,37 +121,31 @@ + id="toggle-edit-button"> + id="render-button"> + id="execute-script-button">