/* -*- coding: utf-8 -*- */

/*
 *  Stylesheet zum Plugin MS Expandable
 *  Version: 1.0.0
 *  Author: Michael Schatz
 *  License: GPLv2 or later
 *  License URI: https://www.gnu.org/licenses/gpl-2.0.html
 */

div.ms-expander-bar {

    background-color: #A0A0A080;
    text-align: right;
    display: none;
    padding: 4px;
}

div.ms-expander-bar button {

    padding: 4px;
    background-color: #f0f0f0;
    border: 4px #c0c0f0 ridge;
}

div.ms-expander-bar button:hover {

    background-color: #c0c0f0;    
}
