forked from extern/egroupware
Apply same hover style of selectbox to filter-categories
This commit is contained in:
parent
fa70712a2f
commit
4103f84e30
@ -2644,18 +2644,21 @@ input {
|
||||
&:hover{.Complete_Button_input_hover;}
|
||||
&:focus{.Complete_Button_input_focus;}*/
|
||||
}
|
||||
select {
|
||||
select,
|
||||
.et2_selectbox.select-cat {
|
||||
margin: 0;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select:hover {
|
||||
select:hover,
|
||||
.et2_selectbox.select-cat:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
select:focus {
|
||||
select:focus,
|
||||
.et2_selectbox.select-cat:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
@ -2633,18 +2633,21 @@ input {
|
||||
&:hover{.Complete_Button_input_hover;}
|
||||
&:focus{.Complete_Button_input_focus;}*/
|
||||
}
|
||||
select {
|
||||
select,
|
||||
.et2_selectbox.select-cat {
|
||||
margin: 0;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select:hover {
|
||||
select:hover,
|
||||
.et2_selectbox.select-cat:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
select:focus {
|
||||
select:focus,
|
||||
.et2_selectbox.select-cat:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
@ -51,7 +51,7 @@ input {
|
||||
&:focus{.Complete_Button_input_focus;}*/
|
||||
}
|
||||
|
||||
select {
|
||||
select, .et2_selectbox.select-cat {
|
||||
margin: 0;
|
||||
.rounded (3px);
|
||||
|
||||
|
@ -2655,18 +2655,21 @@ input {
|
||||
&:hover{.Complete_Button_input_hover;}
|
||||
&:focus{.Complete_Button_input_focus;}*/
|
||||
}
|
||||
select {
|
||||
select,
|
||||
.et2_selectbox.select-cat {
|
||||
margin: 0;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
select:hover {
|
||||
select:hover,
|
||||
.et2_selectbox.select-cat:hover {
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
select:focus {
|
||||
select:focus,
|
||||
.et2_selectbox.select-cat:focus {
|
||||
outline: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
Loading…
Reference in New Issue
Block a user