/*
Custom CSS rules (automatically combines CSS files in directory css_combined)

@author Gerrit Visscher <g.visscher@core4.de>
@copyright (c) 2014 CORE4 Werbeagentur - All rights reserved
@package CORE4\Luebbe\WebAppBundle\Resources\views
*/

.grid__col .json_menu {
    display: none;
}

.grid__col:hover .json_menu {
    display: block;
    position: absolute;
    left: 10px;
    top: 3px;
    height: 25px;
    width: 25px;
    background: white url(/bundles/core4luebbewebapp/images/debug/dna.svg);
    z-index: 100;
    cursor: pointer;
}

.grid__col .json_close {
    display: block;
    position: absolute;
    left: 10px;
    top: 3px;
    height: 25px;
    width: 25px;
    background: white;
    z-index: 100;
    cursor: pointer;
}