OTRS BLUE
? - Feb. 2024 by Abilash
Details
AuthorAbilash
LicenseNo License
Categoryhttps://otrs.powersolutions.ch/otrs
Created
Updated
Size564 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 ? - Feb. 2024
@version 20240205.10.40
@namespace https://userstyles.world/user/Abilash
@description OTRS BLUE
@author Abilash
@license No License
==/UserStyle== */
@-moz-document domain("https://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;
}
}