From eca326a1dd962efa5ca86f4c6ebce2ffe50c2a7a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 23 Jul 2018 22:50:19 -0400 Subject: [PATCH] Improve the look of the Add Note button icon --- css/80_app.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index c6c8c0d91..dc7c00f7a 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -588,6 +588,20 @@ button.save.has-count .count::before { right: -6px; } +button.add-note svg.icon { + height: 15px; + width: 15px; + color: rgba(0,0,0,0.25); + stroke-width: 60; + stroke: black; + margin-top: 3px; + margin-right: 7px; +} +[dir='rtl'] button.add-note svg.icon { + margin-left: 7px; + margin-right: unset; +} + /* Icons */ .icon {