Local
CDR by medium63
Details
Authormedium63
LicenseNo License
Categoryhttps://billing.oxnp.net/
Created
Updated
Size673 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 CDR
@version 20240321.02.14
@namespace ?
@description Local
==/UserStyle== */
@-moz-document url("https://billing.oxnp.net/modules.php?name=Main&file=index&func=showcdr#"), url("https://billing.oxnp.net/modules.php?name=Main&file=index&func=showbadcdr#") {
td,
th {
border: 1px solid #dddddd;
width: auto;
}
th {
width: min-content;
}
tr td {
min-width: max-content;
padding: 8px;
}
label {
cursor: pointer;
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
label:hover {
background-color: aquamarine;
}
.dashed_border {
border: 1px solid darkgray;
}
}