Skip to content

Instantly share code, notes, and snippets.

@carlosleonam
Last active March 21, 2024 20:27
Show Gist options
  • Save carlosleonam/4a58320cc456666755f9e9c7daa5d771 to your computer and use it in GitHub Desktop.
Save carlosleonam/4a58320cc456666755f9e9c7daa5d771 to your computer and use it in GitHub Desktop.
Adianti Framework - Builder - select2 change style
// Source: https://www.codeproject.com/Articles/1034447/Apply-CSS-Important-In-JQuery-And-CSS
$('[class="select2-disable"]').each(function () {
this.style.setProperty('opacity', '0.5', 'important');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment