diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 44e4b91c4b..b4506620d2 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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, diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 07aad74f94..75ed74aa50 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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, diff --git a/pixelegg/less/jquery-ui.less b/pixelegg/less/jquery-ui.less index 3e3448c5d6..cb2e13fa59 100755 --- a/pixelegg/less/jquery-ui.less +++ b/pixelegg/less/jquery-ui.less @@ -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{ diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 364d31c930..f7574945ba 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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,