From 70a14f697ebf41e6f3864270f3554778a0aed11f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 4 Jan 2020 22:30:17 -0500 Subject: [PATCH] GUI - improve menu button appearance --- ext/afform/gui/ang/afGuiEditor.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/ext/afform/gui/ang/afGuiEditor.css b/ext/afform/gui/ang/afGuiEditor.css index 139f45a3bb..fa0d8fddc9 100644 --- a/ext/afform/gui/ang/afGuiEditor.css +++ b/ext/afform/gui/ang/afGuiEditor.css @@ -180,9 +180,15 @@ opacity: 1; transition: opacity 0s; } -#afGuiEditor #afGuiEditor-canvas .af-entity-selected > .af-gui-bar > span { +#afGuiEditor #afGuiEditor-canvas .af-entity-selected > .af-gui-bar > .form-inline > button > span, +#afGuiEditor #afGuiEditor-canvas .af-entity-selected > .af-gui-bar > .form-inline > span { color: white; } +#afGuiEditor #afGuiEditor-canvas .af-entity-selected > .af-gui-bar > .form-inline > button:hover > span, +#afGuiEditor #afGuiEditor-canvas .af-entity-selected > .af-gui-bar > .open > button > span, +#afGuiEditor #afGuiEditor-canvas .af-entity-selected > .af-gui-bar > .form-inline > button:focus > span { + color: #0071bd; +} #afGuiEditor [ui-sortable] { min-height: 25px; @@ -218,17 +224,15 @@ left: 4px; top: 5px; } +#afGuiEditor .af-gui-add-element-button { + background-color: transparent; +} #afGuiEditor .af-gui-add-element-button span { display: inline-block; width: 18px; height: 18px; - border: 2px dashed #0071bd; color: #0071bd; } -#afGuiEditor .af-gui-add-element-button span i { - position: relative; - top: -2px; -} #afGuiEditor .af-gui-layout-icon { width: 12px; -- 2.25.1