diff --git wp-admin/css/admin-menu-rtl.css wp-admin/css/admin-menu-rtl.css
index 844da92..15d54ec 100644
|
|
|
175 | 175 | } |
176 | 176 | |
177 | 177 | #adminmenu a:hover, |
178 | | #adminmenu .wp-submenu a:hover { |
179 | | color: #2ea2cc; |
180 | | } |
181 | | #adminmenu li.menu-top > a:focus { |
182 | | color: white; |
183 | | background-color: #0074a2; |
184 | | } |
| 178 | #adminmenu li.menu-top > a:focus, |
| 179 | #adminmenu .wp-submenu a:hover, |
185 | 180 | #adminmenu .wp-submenu a:focus { |
186 | | color: white; |
187 | | background-color: #0074a2; |
| 181 | color: #2ea2cc; |
188 | 182 | } |
189 | 183 | |
190 | 184 | #adminmenu li.menu-top { |
… |
… |
|
239 | 233 | |
240 | 234 | /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ |
241 | 235 | #adminmenu li.menu-top:hover, |
242 | | #adminmenu li.opensub > a.menu-top { |
243 | | position: relative; |
244 | | background-color: #111; |
245 | | } |
| 236 | #adminmenu li.opensub > a.menu-top, |
246 | 237 | #adminmenu li > a.menu-top:focus { |
247 | 238 | position: relative; |
248 | | background-color: #0074a2; |
249 | | z-index: 10000; |
| 239 | background-color: #111; |
250 | 240 | } |
251 | 241 | |
252 | 242 | .folded #adminmenu li.menu-top:hover, |
… |
… |
div.wp-menu-image:before { |
388 | 378 | #adminmenu li:hover div.wp-menu-image:before { |
389 | 379 | color: #2ea2cc; |
390 | 380 | } |
391 | | #adminmenu li > a.menu-top:focus div.wp-menu-image:before { |
392 | | color: white; |
393 | | } |
394 | 381 | |
395 | 382 | .folded #adminmenu div.wp-menu-image { |
396 | 383 | width: 35px; |
… |
… |
ul#adminmenu > li.current > a.current:after { |
470 | 457 | z-index: 10000; |
471 | 458 | } |
472 | 459 | |
473 | | #adminmenu li a.wp-has-submenu.wp-not-current-submenu:focus:after, |
474 | | #adminmenu li.opensub a.wp-has-submenu.wp-not-current-submenu:after { |
475 | | left: 0; |
476 | | border: solid transparent; |
477 | | content: " "; |
478 | | height: 0; |
479 | | width: 0; |
480 | | position: absolute; |
481 | | pointer-events: none; |
482 | | border-width: 8px; |
483 | | top: 10px; |
484 | | z-index: 10000; |
485 | | border-left-color: #333; |
486 | | } |
487 | | |
488 | 460 | .folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
489 | 461 | border-width: 4px; |
490 | 462 | margin-top: -4px; |
diff --git wp-admin/css/admin-menu.css wp-admin/css/admin-menu.css
index 5c0728a..dd333f7 100644
|
|
|
175 | 175 | } |
176 | 176 | |
177 | 177 | #adminmenu a:hover, |
178 | | #adminmenu .wp-submenu a:hover { |
179 | | color: #2ea2cc; |
180 | | } |
181 | | #adminmenu li.menu-top > a:focus { |
182 | | color: white; |
183 | | background-color: #0074a2; |
184 | | } |
| 178 | #adminmenu li.menu-top > a:focus, |
| 179 | #adminmenu .wp-submenu a:hover, |
185 | 180 | #adminmenu .wp-submenu a:focus { |
186 | | color: white; |
187 | | background-color: #0074a2; |
| 181 | color: #2ea2cc; |
188 | 182 | } |
189 | 183 | |
190 | 184 | #adminmenu li.menu-top { |
… |
… |
|
239 | 233 | |
240 | 234 | /* ensure that wp-submenu's box shadow doesn't appear on top of the focused menu item's background. */ |
241 | 235 | #adminmenu li.menu-top:hover, |
242 | | #adminmenu li.opensub > a.menu-top { |
243 | | position: relative; |
244 | | background-color: #111; |
245 | | } |
| 236 | #adminmenu li.opensub > a.menu-top, |
246 | 237 | #adminmenu li > a.menu-top:focus { |
247 | 238 | position: relative; |
248 | | background-color: #0074a2; |
249 | | z-index: 10000; |
| 239 | background-color: #111; |
250 | 240 | } |
251 | 241 | |
252 | 242 | .folded #adminmenu li.menu-top:hover, |
… |
… |
div.wp-menu-image:before { |
388 | 378 | #adminmenu li:hover div.wp-menu-image:before { |
389 | 379 | color: #2ea2cc; |
390 | 380 | } |
391 | | #adminmenu li > a.menu-top:focus div.wp-menu-image:before { |
392 | | color: white; |
393 | | } |
394 | 381 | |
395 | 382 | .folded #adminmenu div.wp-menu-image { |
396 | 383 | width: 35px; |
… |
… |
ul#adminmenu > li.current > a.current:after { |
470 | 457 | z-index: 10000; |
471 | 458 | } |
472 | 459 | |
473 | | #adminmenu li a.wp-has-submenu.wp-not-current-submenu:focus:after, |
474 | | #adminmenu li.opensub a.wp-has-submenu.wp-not-current-submenu:after { |
475 | | right: 0; |
476 | | border: solid transparent; |
477 | | content: " "; |
478 | | height: 0; |
479 | | width: 0; |
480 | | position: absolute; |
481 | | pointer-events: none; |
482 | | border-width: 8px; |
483 | | top: 10px; |
484 | | z-index: 10000; |
485 | | border-right-color: #333; |
486 | | } |
487 | | |
488 | 460 | .folded ul#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { |
489 | 461 | border-width: 4px; |
490 | 462 | margin-top: -4px; |