mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 06:43:09 +01:00
Fix jquery menu items flicker while hovering over action
This commit is contained in:
parent
69a6900031
commit
d1aef81c59
@ -1143,6 +1143,10 @@ option:checked {
|
|||||||
background: #189800;
|
background: #189800;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.ui-state-focus.ui-menu-item a {
|
||||||
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
.ui-state-hover,
|
.ui-state-hover,
|
||||||
.ui-widget-content .ui-state-hover,
|
.ui-widget-content .ui-state-hover,
|
||||||
|
@ -1132,6 +1132,10 @@ option:checked {
|
|||||||
background: #189800;
|
background: #189800;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.ui-state-focus.ui-menu-item a {
|
||||||
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
.ui-state-hover,
|
.ui-state-hover,
|
||||||
.ui-widget-content .ui-state-hover,
|
.ui-widget-content .ui-state-hover,
|
||||||
|
@ -109,8 +109,9 @@ option:checked {background-color: @egw_color_1_e;}
|
|||||||
background: @color_hint;
|
background: @color_hint;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @gray_0;
|
color: @gray_0;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.ui-state-focus.ui-menu-item a {color:@gray_10}
|
||||||
.ui-state-hover,
|
.ui-state-hover,
|
||||||
.ui-widget-content .ui-state-hover,
|
.ui-widget-content .ui-state-hover,
|
||||||
.ui-widget-header .ui-state-hover{
|
.ui-widget-header .ui-state-hover{
|
||||||
|
@ -1154,6 +1154,10 @@ option:checked {
|
|||||||
background: #189800;
|
background: #189800;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
.ui-state-focus.ui-menu-item a {
|
||||||
|
color: #E6E6E6;
|
||||||
}
|
}
|
||||||
.ui-state-hover,
|
.ui-state-hover,
|
||||||
.ui-widget-content .ui-state-hover,
|
.ui-widget-content .ui-state-hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user