/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.4 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     TicketDetails
 */

@media screen,projection,tv,handheld {

    /*
    * System article types
    */

    .ActionRow .Actions li a, .LightRow .Actions li a, .Actions li.Inactive a:hover {
        background: url("../img/action.png") repeat-x 0 center;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #cccccc;
        padding: 4px !important;
        margin: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.46);
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.46);
        box-shadow: 0 1px 0 rgba(0,0,0,0.46);

    }

    .ActionRow .Actions li a:hover, .LightRow .Actions li a:hover {
        background: url("../img/action_hover.png") repeat-x 0 center;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #cccccc;
    }

} /* end @media */
