Skip to content

Dark Mode For Flextime Manager by darkmodeman

Details

Authordarkmodeman

LicenseNo License

Categoryhttps://flextimemanager.com/

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark UI for Flextime Manager
Work In Progress

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Mode For Flextime Manager
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://flextimemanager.com") {
}
   
    /* COLOR VARIABLES */
body, html {
    scrollbar-width: auto;
    scrollbar-color: #000 transparent;

    margin: 0;
    font-family: Open Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-align: left;
    background-color: #2d2e30;
}
.week-day-header[_ngcontent-fsd-c237] .day[_ngcontent-fsd-c237] {
    color: #ffffff;
    font-weight: 700;
}
.panel-open .flex-period-header {
    background: #ffffff;
    background: linear-gradient(90deg,#005a93,#000000);
}
.flex-name {
    font-family: Futura,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}
.meta-item[_ngcontent-kvx-c233] {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 1;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: none;
    background: #8a8a8a;
}
::-webkit-scrollbar-track {
    border-radius: 8px;
    box-shadow: none;
    background: #000000;
}
.priorities-legend {
    position: fixed;
    bottom: 0;
    left: 250px;
    right: 0;
    z-index: 50;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding: 0.5rem;
    box-shadow: 0 -4px 8px hsl(201deg 9% 58% / 25%);
    background: #000;
}.calendar-nav {
    height: 70px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
    background-color: #000;
}
.priority-badge.priority-ama {
    background: #ffdc62;
    color: #000000;
}.priority-badge.priority-pr {
    background: #ebd3ef;
    color: #000000;
}.priority-badge.priority-tr {
    background: #ade1ff;
    color: #000000;
}.priority-badge.priority-or {
    background: #d6caac;
    color: #000000;
}.priority-badge.priority-na {
    background: #f2f2f2;
    color: #000000;
}
.meta-item[_ngcontent-fsd-c233] {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    line-height: 1;
}
.ngx-datatable.app-datatable .col-title {
    color: #ffffff;
}
.app-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 55px;
    padding: 0.5rem 1rem;
    background-color: #000000;
}

Reviews

No reviews yet.