From f39248c89ae346c2a85f430cbef4ddc1179f8163 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 9 Mar 2020 14:10:46 +0100 Subject: [PATCH] Fix triangle icon for toolbar's header button --- api/templates/default/etemplate2.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index b8a402a366..d7f39e6f30 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2188,7 +2188,7 @@ div.ui-dialog div.ui-dialog-content > div[id] { padding: 0 !important; } .et2_toolbar .et2_toolbar_more h .toolbar-admin-pref { - background-image: url(../../../pixelegg/images/gear.png); + background-image: url(../../../pixelegg/images/setup.svg); background-repeat: no-repeat; background-size: 12px; width: 20px; @@ -2202,6 +2202,18 @@ div.ui-dialog div.ui-dialog-content > div[id] { .et2_toolbar .et2_toolbar_more h .toolbar-admin-pref:hover { background-color: #ffd555; } +.et2_toolbar .et2_toolbar_more span.ui-accordion-header-icon { + background-image: url(../../../pixelegg/images/arrow_right.svg); + background-position: center; + background-size: 12px; + background-repeat: no-repeat; +} +.et2_toolbar .et2_toolbar_more .ui-toolbar-menulistHeader.ui-accordion-header-active.ui-state-active span.ui-accordion-header-icon{ + background-image: url(../../../pixelegg/images/arrow_down.svg); + background-size: 12px; + background-position: center; + background-repeat: no-repeat; +} .et2_toolbar .et2_toolbar_actionlist span[data-group]:not(:first-child) > button.et2_button:first-child { margin-left: 7px; }