From 839a23f113699c0313cf3c085f2e4357f065ea67 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 6 Aug 2017 16:59:30 -0400 Subject: [PATCH] Fix rounded corners on the structure field list items --- css/80_app.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index dad03b124..82c5f10ed 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1337,6 +1337,18 @@ button.save.has-count .count::before { border: 1px solid #ccc; border-radius: 4px; } +.structure-extras-wrap li:first-child span { + border-top-left-radius: 4px; +} +.structure-extras-wrap li:first-child input { + border-top-right-radius: 4px; +} +.structure-extras-wrap li:last-child span { + border-bottom-left-radius: 4px; +} +.structure-extras-wrap li:last-child input { + border-bottom-right-radius: 4px; +} /* preset form multicombo */