forked from extern/egroupware
Fix categories multi-checkboxes flick on mouseover
This commit is contained in:
parent
cc71dba657
commit
e60d85d4f8
@ -333,6 +333,9 @@ button#cancel {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.et2_selectbox .ui-multiselect-checkboxes label:hover{
|
||||
font-weight: normal;
|
||||
}
|
||||
.et2_selectbox .ui-multiselect-checkboxes li {
|
||||
margin: 0px;
|
||||
clear: both;
|
||||
@ -341,7 +344,7 @@ button#cancel {
|
||||
text-decoration: none;
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
text-indent: -26px;
|
||||
text-indent: -20px;
|
||||
}
|
||||
.et2_selectbox .ui-multiselect-checkboxes ul {
|
||||
margin: 0px auto;
|
||||
|
Loading…
Reference in New Issue
Block a user