/*!
This file is part of PhotoBerry Studio. For licensing and copyright notices, please see ../../license.txt. The SCSS source file is ./global-admin.scss
*/

/* WordPress Menu */

#adminmenu .wp-submenu li.photoberry-studio-separated {
  border-top  : 1px solid #5c6265;
  padding-top : 5px;
  margin-top  : 5px;
  }

#adminmenu .wp-submenu li.photoberry-studio-external a::after {
  background-image : url(../img/icons/gray/open_in_new.svg);
  background-size: 100%;
  content: "";
  width:16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  display: inline-block;
  color: #fff;
  top: 4px;
  }