From cc0aad2d6b0fb2776aff2148d76dcbbbfd4e8b1c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 18 Dec 2014 09:37:19 +0000 Subject: [PATCH] Add span.et2_button_text to be able to give button style to span --- etemplate/templates/default/etemplate2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 7da6f6c3b5..0b038393ab 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -198,17 +198,20 @@ input[type=button] { } button.et2_button_text:hover, .et2_file_spanHover, +span.et2_button_text:hover, input[type=button]:hover { color: #050505; border: 1px solid gray; background-color: #D0D0EE; } button.et2_button_text:active, +span.et2_button_text:active, input[type=button]:active { background-image: url(images/gradient02.png); background-color: #D0D0E0; } button.et2_button_text:focus, +span.et2_button_text:focus, .et2_file_spanActive, input[type=button]:focus { border: 1px solid #2c3d6f;