HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/shootinschool/wp-content/plugins/fooevents-calendar/css/calendar-tooltip.css
.fooevents-tooltip-box {
    background: transparent !important;
    color: #fff !important;
    max-width: 150px;
    border: 0px solid #333 !important;
    font-size: 0.8em !important;
}

.fooevents-tooltip-box .ui-tooltip-content {
    background: #333 !important;
    color: #fff !important;
    max-width: 150px;
    text-align: center;
    border-radius: 3px;
    padding: 0.618em 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-left: -50%;
}

.fooevents-tooltip-box::before {
    content: " ";
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    margin-top: -12px;
    margin-left: 3px;
    border-bottom-color: #333;
    position: absolute;
}