<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][7667] trunk/bp-core/admin/css/common.css: WordPress 3.8 support for top level menu icons.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/7667">7667</a></dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2013-12-13 18:38:28 +0000 (Fri, 13 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>WordPress 3.8 support for top level menu icons. Props boonebgorges. Fixes <a href="http://buddypress.trac.wordpress.org/ticket/5291">#5291</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcoreadmincsscommoncss">trunk/bp-core/admin/css/common.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpcoreadmincsscommoncss"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/admin/css/common.css (7666 => 7667)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/admin/css/common.css       2013-12-12 21:18:10 UTC (rev 7666)
+++ trunk/bp-core/admin/css/common.css  2013-12-13 18:38:28 UTC (rev 7667)
</span><span class="lines">@@ -7,15 +7,18 @@
</span><span class="cx"> /* Icon 32's
</span><span class="cx"> ------------------------------------------------------------------------------*/
</span><span class="cx"> 
</span><del>-div#icon-buddypress {
</del><ins>+body.branch-3-6 div#icon-buddypress,
+body.branch-3-7 div#icon-buddypress {
</ins><span class="cx">   background: url('../images/icons32.png') no-repeat -370px -6px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-div#icon-buddypress-activity {
</del><ins>+body.branch-3-6 div#icon-buddypress-activity,
+body.branch-3-7 div#icon-buddypress-activity {
</ins><span class="cx">   background: url('../images/icons32.png') no-repeat -10px -6px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-div#icon-buddypress-groups {
</del><ins>+body.branch-3-6 div#icon-buddypress-groups,
+body.branch-3-7 div#icon-buddypress-groups {
</ins><span class="cx">   background: url('../images/icons32.png') no-repeat -250px -6px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -23,46 +26,68 @@
</span><span class="cx"> ------------------------------------------------------------------------------*/
</span><span class="cx"> 
</span><span class="cx"> /* Backpat */
</span><del>-ul#adminmenu li.toplevel_page_bp-components .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
</del><ins>+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-components .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-components .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
</ins><span class="cx">   background-image: url('../images/menu.png') !important;
</span><span class="cx">  background-position: -178px -34px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-ul#adminmenu li.toplevel_page_bp-components:hover .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-general-settings:hover .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-components.wp-has-current-submenu .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-general-settings.wp-has-current-submenu .wp-menu-image {
</del><ins>+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-components:hover .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-general-settings:hover .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-components.wp-has-current-submenu .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-general-settings.wp-has-current-submenu .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-components:hover .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-general-settings:hover .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-components.wp-has-current-submenu .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-general-settings.wp-has-current-submenu .wp-menu-image {
</ins><span class="cx">   background-position: -178px -2px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /* Activity */
</span><del>-ul#adminmenu li.toplevel_page_bp-activity .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-activity_network .wp-menu-image {
</del><ins>+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity_network .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity_network .wp-menu-image {
</ins><span class="cx">   background-image: url('../images/menu.png');
</span><span class="cx">  background-position: 0 -34px;
</span><span class="cx"> }
</span><del>-ul#adminmenu li.toplevel_page_bp-activity:hover .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-activity.current .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-activity.wp-has-current-submenu .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-activity_network:hover .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-activity_network.current .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-activity_network.wp-has-current-submenu .wp-menu-image {
</del><ins>+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity:hover .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity.current .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity.wp-has-current-submenu .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity_network:hover .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity_network.current .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity_network.wp-has-current-submenu .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity:hover .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity.current .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity.wp-has-current-submenu .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity_network:hover .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity_network.current .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity_network.wp-has-current-submenu .wp-menu-image {
</ins><span class="cx">   background-position: 0 -2px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /* Groups */
</span><del>-ul#adminmenu li.toplevel_page_bp-groups .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-groups_network .wp-menu-image {
</del><ins>+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups_network .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups_network .wp-menu-image {
</ins><span class="cx">   background-image: url('../images/menu.png');
</span><span class="cx">  background-position: -61px -34px;
</span><span class="cx"> }
</span><del>-ul#adminmenu li.toplevel_page_bp-groups:hover .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-groups.current .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-groups.wp-has-current-submenu .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-groups_network:hover .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-groups_network.current .wp-menu-image,
-ul#adminmenu li.toplevel_page_bp-groups_network.wp-has-current-submenu .wp-menu-image {
</del><ins>+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups:hover .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups.current .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups.wp-has-current-submenu .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups_network:hover .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups_network.current .wp-menu-image,
+body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups_network.wp-has-current-submenu .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups:hover .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups.current .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups.wp-has-current-submenu .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups_network:hover .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups_network.current .wp-menu-image,
+body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups_network.wp-has-current-submenu .wp-menu-image {
</ins><span class="cx">   background-position: -61px -2px;
</span><span class="cx"> }
</span><span class="cx"> th.column-gid {
</span><span class="lines">@@ -90,75 +115,250 @@
</span><span class="cx"> /* Components
</span><span class="cx"> ------------------------------------------------------------------------------*/
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard td.plugin-title span,
</del><ins>+/* Dashicons */
+#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before {
+       content: "\f452";
+}
+
+#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before {
+       content: "\f456";
+}
+
+#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before {
+       content: "\f439";
+}
+
+#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before {
+       content: "\f457";
+}
+
+#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before{
+       content: "\f454";
+}
+
+#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before,
+#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before {
+       content: "\f108";
+}
+
+#adminmenu li.toplevel_page_bp-components .wp-menu-image,
+#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
+       content: "\f448";
+}
+
+/* Dashicons overrides for backward compatibility */
+body.branch-3-6 #adminmenu #toplevel_page_bp-activity .wp-menu-image:before,
+body.branch-3-6 #adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,
+body.branch-3-6 #adminmenu #toplevel_page_bp-groups .wp-menu-image:before,
+body.branch-3-6 #adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,
+body.branch-3-6 #adminmenu li.toplevel_page_bp-components .wp-menu-image,
+body.branch-3-6 #adminmenu li.toplevel_page_bp-general-settings .wp-menu-image,
+body.branch-3-7 #adminmenu #toplevel_page_bp-activity .wp-menu-image:before,
+body.branch-3-7 #adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,
+body.branch-3-7 #adminmenu #toplevel_page_bp-groups .wp-menu-image:before,
+body.branch-3-7 #adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,
+body.branch-3-7 #adminmenu li.toplevel_page_bp-components .wp-menu-image,
+body.branch-3-7 #adminmenu li.toplevel_page_bp-general-settings .wp-menu-image {
+       content: "";
+}
+
+/* Settings - Dashicons (WP 3.8+) */
</ins><span class="cx"> .settings_page_bp-components td.plugin-title span {
</span><span class="cx">  float: left;
</span><span class="cx">  width: 18px;
</span><span class="cx">  height: 18px;
</span><ins>+       margin-right: 5px;
+}
+
+.settings_page_bp-components td.plugin-title span:before {
+       font-family: 'dashicons';
+       font-size: 18px;
+}
+
+.settings_page_bp-components tr.activity td.plugin-title span:before {
+       content: "\f452";
+}
+
+.settings_page_bp-components tr.notifications td.plugin-title span:before {
+       content: "\f339";
+}
+
+.settings_page_bp-components tr.xprofile td.plugin-title span:before {
+       content: "\f336";
+}
+
+.settings_page_bp-components tr.settings td.plugin-title span:before {
+       content: "\f108";
+}
+
+.settings_page_bp-components tr.groups td.plugin-title span:before {
+       content: "\f456";
+}
+
+.settings_page_bp-components tr.messages td.plugin-title span:before {
+       content: "\f457";
+}
+
+.settings_page_bp-components tr.forums td.plugin-title span:before {
+       content: "\f452";
+}
+
+.settings_page_bp-components tr.blogs td.plugin-title span:before {
+       content: "\f120";
+}
+
+.settings_page_bp-components tr.friends td.plugin-title span:before {
+       content: "\f454";
+}
+
+/* Settings - Legacy (< WP 3.8) */
+body.branch-3-6.settings_page_bp-components tr.activity td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.notifications td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.xprofile td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.settings td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.groups td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.messages td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.forums td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.blogs td.plugin-title span:before,
+body.branch-3-6.settings_page_bp-components tr.friends td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.activity td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.notifications td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.xprofile td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.settings td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.groups td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.messages td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.forums td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.blogs td.plugin-title span:before,
+body.branch-3-7.settings_page_bp-components tr.friends td.plugin-title span:before {
+       content: "";
+}
+
+body.branch-3-6.settings_page_bp-components td.plugin-title span,
+body.branch-3-7.settings_page_bp-components td.plugin-title span {
</ins><span class="cx">   background-image: url('../images/menu.png');
</span><span class="cx">  background-position: -4px -40px;
</span><span class="cx">  background-repeat: no-repeat;
</span><del>-       margin-right: 5px;
</del><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.active td.plugin-title span,
-.settings_page_bp-components tr.active td.plugin-title span {
</del><ins>+body.branch-3-6.settings_page_bp-components tr.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.active td.plugin-title span {
</ins><span class="cx">   background-position-y: -7px;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.activity td.plugin-title span,
-.settings_page_bp-components tr.activity td.plugin-title span {
-       background-position-x: -4px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.activity td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.activity td.plugin-title span {
+       background-position: -4px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.xprofile td.plugin-title span,
-.settings_page_bp-components tr.xprofile td.plugin-title span {
</del><ins>+body.branch-3-6.settings_page_bp-components tr.activity.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.activity.active td.plugin-title span {
+       background-position: -4px -7px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.xprofile td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.xprofile td.plugin-title span {
</ins><span class="cx">   background-image: url('../images/menu-wp.png');
</span><del>-       background-position-x: -305px;
</del><ins>+        background-position: -305px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.settings td.plugin-title span,
-.settings_page_bp-components tr.settings td.plugin-title span {
</del><ins>+body.branch-3-6.settings_page_bp-components tr.xprofile.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.xprofile.active td.plugin-title span {
+       background-position: -305px -7px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.settings td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.settings td.plugin-title span {
</ins><span class="cx">   background-image: url('../images/menu-wp.png');
</span><del>-       background-position-x: -334px;
</del><ins>+        background-position: -334px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.groups td.plugin-title span,
-.settings_page_bp-components tr.groups td.plugin-title span {
-       background-position-x: -66px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.settings.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.settings.active td.plugin-title span {
+       background-position: -334px -7px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.messages td.plugin-title span,
-.settings_page_bp-components tr.messages td.plugin-title span {
-       background-position-x: -154px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.groups td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.groups td.plugin-title span {
+       background-position: -66px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.forums td.plugin-title span,
-.settings_page_bp-components tr.forums td.plugin-title span {
</del><ins>+body.branch-3-6.settings_page_bp-components tr.groups.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.groups.active td.plugin-title span {
+       background-position: -66px -7px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.messages td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.messages td.plugin-title span {
+       background-position: -154px -40px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.messages.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.messages.active td.plugin-title span {
+       background-position: -154px -7px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.forums td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.forums td.plugin-title span {
</ins><span class="cx">   background-image: url('../images/menu-wp.png');
</span><del>-       background-position-x: -36px;
</del><ins>+        background-position: -36px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.blogs td.plugin-title span,
-.settings_page_bp-components tr.blogs td.plugin-title span {
-       background-position-x: -125px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.forums.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.forums.active td.plugin-title span {
+       background-position: -36px -7px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.friends td.plugin-title span,
-.settings_page_bp-components tr.friends td.plugin-title span {
-       background-position-x: -95px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.blogs td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.blogs td.plugin-title span {
+       background-position: -125px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.core td.plugin-title span,
-.settings_page_bp-components tr.core td.plugin-title span {
-       background-position-x: -184px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.blogs.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.blogs.active td.plugin-title span {
+       background-position: -125px -7px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-.dashboard_page_bp-wizard tr.members td.plugin-title span,
-.settings_page_bp-components tr.members td.plugin-title span {
-       background-position-x: -36px;
</del><ins>+body.branch-3-6.settings_page_bp-components tr.friends td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.friends td.plugin-title span {
+       background-position: -95px -40px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+body.branch-3-6.settings_page_bp-components tr.friends.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.friends.active td.plugin-title span {
+       background-position: -95px -7px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.core td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.core td.plugin-title span {
+       background-position: -184px -40px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.core.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.core.active td.plugin-title span {
+       background-position: -184px -7px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.members td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.members td.plugin-title span {
+       background-position: -36px -40px;
+}
+
+body.branch-3-6.settings_page_bp-components tr.members.active td.plugin-title span,
+body.branch-3-7.settings_page_bp-components tr.members.active td.plugin-title span {
+       background-position: -36px -7px;
+}
+
</ins><span class="cx"> #bp-admin-component-form .widefat th {
</span><span class="cx">     display: table-cell;
</span><span class="cx">     vertical-align: top;
</span><span class="lines">@@ -194,20 +394,29 @@
</span><span class="cx"> @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
</span><span class="cx"> 
</span><span class="cx">  /* Icon 32 */
</span><del>-       div#icon-buddypress,
-       div#icon-buddypress-activity,
-       div#icon-buddypress-groups {
</del><ins>+        body.branch-3-6 div#icon-buddypress,
+       body.branch-3-6 div#icon-buddypress-activity,
+       body.branch-3-6 div#icon-buddypress-groups,
+       body.branch-3-7 div#icon-buddypress,
+       body.branch-3-7 div#icon-buddypress-activity,
+       body.branch-3-7 div#icon-buddypress-groups {
</ins><span class="cx">           background-image: url('../images/icons64.png');
</span><span class="cx">          background-size: 419px 45px;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="cx">  /* Backpat */
</span><del>-       ul#adminmenu li.toplevel_page_bp-components .wp-menu-image,
-       ul#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image,
-       ul#adminmenu li.toplevel_page_bp-activity .wp-menu-image,
-       ul#adminmenu li.toplevel_page_bp-activity_network .wp-menu-image,
-       ul#adminmenu li.toplevel_page_bp-groups .wp-menu-image,
-       ul#adminmenu li.toplevel_page_bp-groups_network .wp-menu-image {
</del><ins>+        body.branch-3-6 ul#adminmenu li.toplevel_page_bp-components .wp-menu-image,
+       body.branch-3-6 ul#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image,
+       body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity .wp-menu-image,
+       body.branch-3-6 ul#adminmenu li.toplevel_page_bp-activity_network .wp-menu-image,
+       body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups .wp-menu-image,
+       body.branch-3-6 ul#adminmenu li.toplevel_page_bp-groups_network .wp-menu-image,
+       body.branch-3-7 ul#adminmenu li.toplevel_page_bp-components .wp-menu-image,
+       body.branch-3-7 ul#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image,
+       body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity .wp-menu-image,
+       body.branch-3-7 ul#adminmenu li.toplevel_page_bp-activity_network .wp-menu-image,
+       body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups .wp-menu-image,
+       body.branch-3-7 ul#adminmenu li.toplevel_page_bp-groups_network .wp-menu-image {
</ins><span class="cx">           background-image: url('../images/menu-2x.png') !important;
</span><span class="cx">          background-size: 209px 64px;
</span><span class="cx">  }
</span></span></pre>
</div>
</div>

</body>
</html>