Add span.et2_button_text to be able to give button style to span

This commit is contained in:
Hadi Nategh 2014-12-18 09:37:19 +00:00
parent df483a9a1b
commit cc0aad2d6b

View File

@ -198,17 +198,20 @@ input[type=button] {
} }
button.et2_button_text:hover, button.et2_button_text:hover,
.et2_file_spanHover, .et2_file_spanHover,
span.et2_button_text:hover,
input[type=button]:hover { input[type=button]:hover {
color: #050505; color: #050505;
border: 1px solid gray; border: 1px solid gray;
background-color: #D0D0EE; background-color: #D0D0EE;
} }
button.et2_button_text:active, button.et2_button_text:active,
span.et2_button_text:active,
input[type=button]:active { input[type=button]:active {
background-image: url(images/gradient02.png); background-image: url(images/gradient02.png);
background-color: #D0D0E0; background-color: #D0D0E0;
} }
button.et2_button_text:focus, button.et2_button_text:focus,
span.et2_button_text:focus,
.et2_file_spanActive, .et2_file_spanActive,
input[type=button]:focus { input[type=button]:focus {
border: 1px solid #2c3d6f; border: 1px solid #2c3d6f;