Ticket #34088: 34088.2.diff
File 34088.2.diff, 11.9 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/admin-menu-rtl.css
461 461 } 462 462 463 463 /* flyout menu arrow */ 464 #adminmenu li.wp-has-submenu.wp-not-current-submenu :hover:after {464 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 465 465 left: 0; 466 466 border: solid transparent; 467 border-left-color: #32373c; 467 468 content: " "; 468 469 height: 0; 469 470 width: 0; … … 480 481 top: 18px; 481 482 } 482 483 483 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {484 border-left-color: #32373c;485 }486 487 484 #adminmenu li.menu-top:hover .wp-menu-image img, 488 485 #adminmenu li.wp-has-current-submenu .wp-menu-image img { 489 486 opacity: 1; -
src/wp-admin/css/admin-menu.css
461 461 } 462 462 463 463 /* flyout menu arrow */ 464 #adminmenu li.wp-has-submenu.wp-not-current-submenu :hover:after {464 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 465 465 right: 0; 466 466 border: solid transparent; 467 border-right-color: #32373c; 467 468 content: " "; 468 469 height: 0; 469 470 width: 0; … … 480 481 top: 18px; 481 482 } 482 483 483 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {484 border-right-color: #32373c;485 }486 487 484 #adminmenu li.menu-top:hover .wp-menu-image img, 488 485 #adminmenu li.wp-has-current-submenu .wp-menu-image img { 489 486 opacity: 1; -
src/wp-admin/css/colors/midnight/colors-rtl.css
154 154 background-color: #e14d43; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #26292c; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/midnight/colors.css
154 154 background-color: #e14d43; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #26292c; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/ocean/colors-rtl.css
154 154 background-color: #9ebaa0; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #627c83; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/ocean/colors.css
154 154 background-color: #9ebaa0; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #627c83; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/blue/colors-rtl.css
154 154 background-color: #096484; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #4796b3; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/blue/colors.css
154 154 background-color: #096484; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #4796b3; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/coffee/colors-rtl.css
154 154 background-color: #c7a589; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #46403c; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/coffee/colors.css
154 154 background-color: #c7a589; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #46403c; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/ectoplasm/colors-rtl.css
154 154 background-color: #a3b745; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #413256; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/ectoplasm/colors.css
154 154 background-color: #a3b745; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #413256; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/light/colors-rtl.css
154 154 background-color: #888; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #fff; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #ccc; -
src/wp-admin/css/colors/light/colors.css
154 154 background-color: #888; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #fff; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #ccc; -
src/wp-admin/css/colors/sunrise/colors-rtl.css
154 154 background-color: #dd823b; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 left: 0; 160 border: solid transparent; 161 border-left-color: #be3631; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff; -
src/wp-admin/css/colors/sunrise/colors.css
154 154 background-color: #dd823b; 155 155 } 156 156 157 /* flyout menu arrow */ 158 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 159 right: 0; 160 border: solid transparent; 161 border-right-color: #be3631; 162 content: " "; 163 height: 0; 164 width: 0; 165 position: absolute; 166 pointer-events: none; 167 border-width: 8px; 168 top: 10px; 169 z-index: 10000; 170 } 171 157 172 #adminmenu li.menu-top:hover div.wp-menu-image:before, 158 173 #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { 159 174 color: #fff;