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