From 82d796c44ab21cc516c8f3df2a9692b6bfa8ba27 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 28 Oct 2015 15:55:57 +0000 Subject: [PATCH] Make expandable selectbox button css more specific to win fights against jquery --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index b9767133ad..4110ac370c 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -302,7 +302,7 @@ button#cancel { /** * Multi-select widget */ -.et2_selectbox_expand { +button.et2_selectbox_expand { width: 16px; display: inline-block; }