/*
Theme Name:   Modhu child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   http://modhuwp.surielementor.com/
Template:     modhu
Version:      1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  modhu-child-theme
*/
.kosnice-table .alarm-td {
    background: #ffdddd;
    color: #900;
    font-weight: bold;
    cursor: help;
    position: relative;
}

/* (Opcionalno) Custom tooltip stil - radi na desktopu, ne na mobilnom! */
.kosnice-table .alarm-td[title]:hover::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #c00;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 100;
    margin-left: 8px;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    .kosnice-table .alarm-td {
    background: #ffdddd;
    color: #900;
    font-weight: bold;
    cursor: help;
    position: relative;
.kosnice-table .alarm-td[title]:hover::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #c00;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 100;
    margin-left: 8px;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}