Plugin Name: Gaslightify
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A gasline to a Wordpress website.
-Version: 1.36
+Version: 1.39
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
License: Gaslight Media
function interface_client_safeguard() {
if ( current_user_can( 'manage_options' ) ) {
/* A user with admin privileges */
+ wp_enqueue_style('GaslightifyAdminStyle', plugins_url('css/GaslightifyAdmin.css', __FILE__));
} else {
/* A user without admin privileges */
--- /dev/null
+/*
+To change this license header, choose License Headers in Project Properties.
+To change this template file, choose Tools | Templates
+and open the template in the editor.
+*/
+/*
+ Created on : Mar 24, 2015, 3:43:53 PM
+ Author : laury
+*/
+
+
+#wpadminbar #toplevel_page_metaslider .dashicons-before:before {
+ content: "\f233" !important;
+}
+#wpadminbar #wp-admin-bar-my-sites .ab-sub-wrapper {
+ max-height: 500px !important;
+ min-width: 100% !important;
+ overflow-y: scroll !important;
+}
\ No newline at end of file