A new userstyle
MHA Projects by heisian
Details
Authorheisian
LicenseNo License
CategoryMHA Projects
Created
Updated
Code size2.4 kB
Code checksum9fb8b9d8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MHA Projects
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://projects.") {
body[data-light-theme="light"] {
overflow: hidden;
}
body[data-light-theme="light"] .work-packages-tabletimeline--timeline-side {
--gantt-split-width: calc(100% - 800px) !important;
}
body[data-light-theme="light"] .generic-table--sort-header-outer {
padding: 0;
}
[data-color-mode="light"][data-light-theme="light"] {
--body-background: #171d1e;
--bgColor-default: #1d2329;
--bgColor-disabled: #141818;
--bgColor-muted: #2e363a;
--bgColor-accent-muted: #151e2f;
--bgColor-success-muted: #284728;
--bgColor-danger-muted: #210;
--overlay-bgColor: #2e363a;
--borderColor-default: #ffffff26;
--fgColor-default: #eae1c0;
--fgColor-muted: #c6bcad;
--accent-color: #71cbdd;
--content-icon-color: #71cbdd;
--control-bgColor-rest: #186777;
--controlTrack-bgColor-rest: #1d4047;
--controlKnob-bgColor-rest: #24626f;
--controlTrack-bgColor-hover: #24626f;
--button--font-color: #f1e3bb;
--button-default-bgColor-rest: #1e373c;
--button-default-fgColor-rest: #f1e3bb;
--button-default-bgColor-hover: #186777;
--button-default-borderColor-rest: #555;
--button-default-bgColor-active: #186777;
--button--background-color: #1e373c;
--button--background-hover-color: #186777;
--list-item-hover--color: #FFF;
--ck-color-toolbar-background: #1e373c;
--ck-color-button-default-hover-background: #186777;
}
select:not(.FormControl-select) {
color: var(--fgColor-default);
}
body[data-light-theme="light"] .wp-table--group-header td {
background-color: #2d363e !important;
}
body[data-light-theme="light"] .op-enterprise-banner {
display: none;
}
body[data-light-theme="light"] .advanced-filters--select, .form--select {
color: #f1e3bb;
}
.ck.ck-editor__editable .ck-code_selected {
background-color: hsla(0, 0%, 78%, 0.1);
}
}