OTRS BLUE
OTRS Blue by Abilash
Details
AuthorAbilash
LicenseNo License
Categoryhttps://otrs.powersolutions.ch/otrs
Created
Updated
Size552 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name OTRS Blue
@version 20240205.10.49
@namespace https://userstyles.world/user/Abilash
@description OTRS BLUE
@author Abilash
@license No License
==/UserStyle== */
@-moz-document domain("otrs.powersolutions.ch/otrs") {
:root {
--inverse-background-color: #03778b;
--inverse-background-color-darkend: #016171;
--inverse-background-color-highlighted: #e8ded5;
--inverse-font-color-highlighted: #f2ca17;
--inverse-border-color: #03778b;
}
col.timedelta {
width: 300% !important;
}
}