mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:32:48 +02:00
Add span.et2_button_text to be able to give button style to span
This commit is contained in:
parent
df483a9a1b
commit
cc0aad2d6b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user