From c3ee4a2da9d3cc01df7dc755eb2077e4016cc848 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 26 Feb 2019 17:49:33 -0500 Subject: [PATCH] Update vertex preset icons to use percentage position and size --- css/80_app.css | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 6aa0c715d..8f9994981 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -999,7 +999,7 @@ a.hide-toggle { stroke-width: 4 !important; } -.preset-icon-fill-area { +.preset-icon-fill { cursor: inherit; height: 66%; width: 66%; @@ -1010,23 +1010,11 @@ a.hide-toggle { } .preset-icon-fill-vertex { - height: 40px; - width: 40px; - margin: auto; - position: absolute; - left: 10px; - top: 10px; border: 1.5px solid #333; - border-radius: 20px; + border-radius: 100%; background-color: #efefef; backface-visibility: hidden; } - -[dir='rtl'] .preset-icon-fill-vertex, -[dir='rtl'] .preset-icon-fill-area { - left: auto; - right: 10px; -} .preset-icon-frame { width: 100%; height:100%;