/*
Plugin Name: Post Images
Plugin URI: http://malith.pro
Description: Awesome image upload for wordpress posts.
Author: Malith Priyashan
Author URI: http://malith.pro
Version: 1.0.0
Text Domain: post-image
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


#post-image-upload-button {
    background: #1f6eff;
    color: white;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#post-image-image-delete-button {
    background: #ce0202;
    color: white;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
}
#post-image-image-delete-button:hover,
#post-image-upload-button:hover {
    opacity: 0.9;
}