Skip to content

CDR by medium63

Details

Authormedium63

LicenseNo License

Categoryhttps://billing.oxnp.net/

Created

Updated

Code size1.8 kB

Code checksumacccc27c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Local

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         CDR
@version      20250131.20.22
@namespace    https://userstyles.world/user/medium63
@description  Local
@author       medium63
@license      GNU
==/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#"), 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=srouting#"), url("https://billing.oxnp.net/modules.php?name=Main&file=index&func=cdr_analyze_new"), url("https://billing.oxnp.net/modules.php?name=Main&file=index&func=showbadcdr") {
table table table td,
table table table th,
#cdr td,
#cdr th,
#tblBCDRShow td,
#tblBCDRShow th {
    border: 1px solid #dddddd;
    width: auto;
    min-width: max-content;
    padding: 8px;
}
table table table th,
#cdr th,
#tblBCDRShow th {
    width: min-content;
}
table table table label,
#cdr label,
#tblBCDRShow label {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    /*color:red;*/
}
table table table label:hover,
#cdr label:hover,
#tblBCDRShow label:hover {
    background-color: aquamarine;
}
table table table .dashed_border,
#cdr .dashed_border,
#tblBCDRShow .dashed_border {
    border: 1px solid darkgray;
}
table table table .newClass,
#cdr .newClass,
#tblBCDRShow .newClass {
    background-color: red;
}
table table table .newClass2,
#cdr .newClass2,
#tblBCDRShow .newClass2 {
    background-color: blue;
}
/*input[type="checkbox"].title5::before {
    content: "CC";
    display: block;
    position: absolute;
    color: red;
    height: 16px;
    width: 16px;
    z-index: 9999;
    border: 1px solid blue;
}*/
}

Reviews

No reviews yet.