Fix jquery menu items flicker while hovering over action

This commit is contained in:
Hadi Nategh 2017-09-29 17:08:00 +02:00
parent 69a6900031
commit d1aef81c59
4 changed files with 14 additions and 1 deletions

View File

@ -1143,6 +1143,10 @@ option:checked {
background: #189800;
background-image: none;
color: #FFFFFF;
font-weight: normal;
}
.ui-state-focus.ui-menu-item a {
color: #E6E6E6;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,

View File

@ -1132,6 +1132,10 @@ option:checked {
background: #189800;
background-image: none;
color: #FFFFFF;
font-weight: normal;
}
.ui-state-focus.ui-menu-item a {
color: #E6E6E6;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,

View File

@ -109,8 +109,9 @@ option:checked {background-color: @egw_color_1_e;}
background: @color_hint;
background-image: none;
color: @gray_0;
font-weight: normal;
}
.ui-state-focus.ui-menu-item a {color:@gray_10}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover{

View File

@ -1154,6 +1154,10 @@ option:checked {
background: #189800;
background-image: none;
color: #FFFFFF;
font-weight: normal;
}
.ui-state-focus.ui-menu-item a {
color: #E6E6E6;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,