Skip to content

WHMCS Admin Dark by drpine

Details

Authordrpine

LicenseNo License

CategoryWHMCS

Created

Updated

Size593 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

WHMCS Admin Area Dark Theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         WHMCS Admin Dark
@version      20220318.15.03
@namespace    userstyles.world/user/drpine
@description  WHMCS Admin Area Dark Theme
@author       drpine
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://topshelf.tech/whmcs/admin/") {
/* WHMCS Admin Dark Area */
.contentarea,
.sidebar,
textarea {
    background: black;
    color: white;
}

textarea {
    background: #2B2D2D !important;
    color: white !important;
}
h1,
h2,
div {
    color: white !important;
}
table.form,
#frmProductEdit td {
    background: black !important;
}
}

Reviews

No reviews yet.