Make WordPress Core

Ticket #34088: 34088.1.diff

File 34088.1.diff, 11.7 KB (added by coreymcollins, 9 years ago)

Update arrow for for other admin color settings including RTL display

  • wp-admin/css/admin-menu-rtl.css

     
    461461}
    462462
    463463/* 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 {
    465465        left: 0;
    466466        border: solid transparent;
     467        border-left-color: #32373c;
    467468        content: " ";
    468469        height: 0;
    469470        width: 0;
     
    480481        top: 18px;
    481482}
    482483
    483 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
    484         border-left-color: #32373c;
    485 }
    486 
    487484#adminmenu li.menu-top:hover .wp-menu-image img,
    488485#adminmenu li.wp-has-current-submenu .wp-menu-image img {
    489486        opacity: 1;
  • wp-admin/css/admin-menu.css

     
    461461}
    462462
    463463/* 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 {
    465465        right: 0;
    466466        border: solid transparent;
     467        border-right-color: #32373c;
    467468        content: " ";
    468469        height: 0;
    469470        width: 0;
     
    480481        top: 18px;
    481482}
    482483
    483 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
    484         border-right-color: #32373c;
    485 }
    486 
    487484#adminmenu li.menu-top:hover .wp-menu-image img,
    488485#adminmenu li.wp-has-current-submenu .wp-menu-image img {
    489486        opacity: 1;
  • wp-admin/css/colors/midnight/colors-rtl.css

     
    154154  background-color: #e14d43;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/midnight/colors.css

     
    154154  background-color: #e14d43;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/ocean/colors-rtl.css

     
    154154  background-color: #9ebaa0;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/ocean/colors.css

     
    154154  background-color: #9ebaa0;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/blue/colors-rtl.css

     
    154154  background-color: #096484;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/blue/colors.css

     
    154154  background-color: #096484;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/coffee/colors-rtl.css

     
    154154  background-color: #c7a589;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/coffee/colors.css

     
    154154  background-color: #c7a589;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/ectoplasm/colors-rtl.css

     
    154154  background-color: #a3b745;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/ectoplasm/colors.css

     
    154154  background-color: #a3b745;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/light/colors-rtl.css

     
    154154  background-color: #888;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #ccc;
  • wp-admin/css/colors/light/colors.css

     
    154154  background-color: #888;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #ccc;
  • wp-admin/css/colors/sunrise/colors-rtl.css

     
    154154  background-color: #dd823b;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;
  • wp-admin/css/colors/sunrise/colors.css

     
    154154  background-color: #dd823b;
    155155}
    156156
     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
    157172#adminmenu li.menu-top:hover div.wp-menu-image:before,
    158173#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    159174  color: #fff;