Skip to content

Teambox - Ressourcen by manuelmeister

Details

Authormanuelmeister

LicenseNo License

Categoryteambox.ch

Created

Updated

Size3.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tech

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Teambox - Ressourcen
@version      20240220.08.05
@namespace    https://userstyles.world/user/manuelmeister
@description  Tech
@author       manuelmeister
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://jvmpom.teambox.ch/app/pm") {
.resourceplan-table .p-datatable table {
    width: 100%;
}
body .resourceplan-table table.p-datatable-table :is(th, td) div,
.p-datatable-resizable-table > :is(.p-datatable-thead, .p-datatable-tfoot, .p-datatable-tbody) > tr > th > div,
.p-datatable-resizable-table > :is(.p-datatable-thead, .p-datatable-tfoot, .p-datatable-tbody) > tr > th > div > div {
    max-width: none!important;
}

.p-datatable-resizable-table > :is(.p-datatable-thead, .p-datatable-tfoot, .p-datatable-tbody) > tr > th > div > div {
    white-space: normal;
}

.resourceplan [style*="rgb(0, 34, 255)"] {
    background-color: #C8E6C9!important;
}

.resourceplan [style*="rgb(0, 208, 255)"] {
    background-color: #81c784!important;
}

.resourceplan [style*="rgb(76, 215, 86)"] {
    background-color: #4CAF50!important;
}

.resourceplan [style*="rgb(255, 176, 0)"] {
    background-color: #FFC107!important;
}

.resourceplan [style*="rgb(255, 37, 0)"] {
    background-color: #F44336!important;
}

.crosshair {
    border-color: #2196F3!important;
}

.header .day.today {
    background-color: #1565C0!important;
}

.resourceplan .resourceplan-table .resourceplan-row:not(.header):focus {
    --tbx-color: #E3F2FD;
}

.resourceplan-column.column-1 {
    height: 24px;
    font-size: 24px;
    transform: translateY(-3px);
    overflow: visible!important;
}

.resourceplan-column.column-1 .p-element {
    height: 24px!important;
    padding-top: 0px;
    overflow: visible;
}

:is(td, th).resourceplan-column.resourceplan-absent-field {
    max-width: 40px!important;
    width: 40px!important;
}

.resourceplan-toggle-field + td {
    font-weight: 500;
}

.resourceplan-toggle-field + td .resourceplan-detail.subtask {
    font-weight: 300;
}

.resourceplan .resourceplan-table .resourceplan-row:not(.grouping:not(.spacing)):not(.detail) + .resourceplan-row.spacing {
    height: 20px!important;
}

.p-column-resizer:after {
    content: '';
    background: #ddd;
    margin-left: 0.1rem!important;
    margin-right: 0.1rem!important;
    height: 100%;
    display: block;
}

.resourceplan .resourceplan-detail .link {
    font-weight: 300;
    color: black;
    text-decoration-color: var(--link-color);
}

:root {
    --title-color: black;
    --subtitle-color: black;
}

.mod-pm #pm-grid div.not-editable {
    background: repeating-linear-gradient( 45deg, #fff, #fff 5px, #fafafa 5px, #fafafa 10px);
    color: black;
}

.mod-pm #pm-grid div.not-editable td {
    opacity: 1
}

.resourceplan-table colgroup col:nth-child(2) {
    width: 0;
}

body .resourceplan-table table.p-datatable-table :is(th, td) div,
.p-datatable-resizable-table > :is(.p-datatable-thead, .p-datatable-tfoot, .p-datatable-tbody) > tr > th > div,
.p-datatable-resizable-table > :is(.p-datatable-thead, .p-datatable-tfoot, .p-datatable-tbody) > tr > th > div > div {
    max-width: 170px!important;
}
}

Reviews

No reviews yet.