Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
jquery-ui-mp6
Advanced tools
Simple and clean jQuery UI Theme for WordPress admin panel.
Based on Smoothness of jQuery ThemeRoller.
Color scheme follows WordPress new UI MP6.
Examples are available.
Download all source or simply use Bower. To do so, just type this.
bower install jquery-ui-mp6 --save
Ofcouse, your theme or plugin should be bower ready.
Use css
and images
in src
folder.
If you want use it with WordPress, register like this:
// Register globally.
add_action('init', function(){
wp_register_style('jquery-ui-mp6', 'path/to/jquery-ui.css', array(), '1.0');
});
Now can use it with WordPress' dependency resolver.
// Load it on admin panel.
add_action('admin_enequeue_scripts', function(){
wp_enqueue_style('jquery-ui-mp6');
});
// Or, with your nicely customized admin panel which requires jQuery UI
add_action('admin_enqueue_scripts', function(){
wp_enqueue_style('your-plugin-style', 'path/to/your/style.css', array('jquery-ui-mp6'), '1.0');
});
Color schemes and icon images are defined at scss/_variables.scss
.
So, if you want to override them, make your-ui.scss
like below.
// For example, jqueyr-ui-mp6 is at /bower_components/jquery-ui-mp6/src
// Your ui.scss will be compiled to /assets/css/your-ui.css
//
// Change Image path to avoid 404
$image-dir: '../../bower_components/jquery-ui-mp6/src/images';
// Change notification color
$notification-color: salmon;
// Change widget border color
$container-border: #888;
This source code is released under MIT lisence.
FAQs
Simple and clean jQuery UI Theme for WordPress admin panel.
We found that jquery-ui-mp6 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.