Dark mode for cPanel
cpanel.topshelf.tech by drpine
Details
Authordrpine
LicenseNo License
CategorycPanel
Created
Updated
Size4.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cpanel.topshelf.tech
@version 20220328.00.02
@namespace userstyles.world/user/drpine
@description Dark mode for cPanel
@author drpine
@license No License
==/UserStyle== */
@-moz-document domain("cpanel.topshelf.tech"), domain("cpanel.kittens.topshelf.tech"), domain("cpanel.dev.topshelf.tech"), domain("cpanel.blog.topshelf.tech"), domain("cpanel.ellevatebeautyllc.com"), domain("cpanel.support.topshelf.tech"), domain("cpanel.sites.topshelf.tech"), domain("cpanel.fdw.construction") {
/* This section isn't working and I'm not sure why START */
cp-header {
background: #191919 !important;
color: white !important;
}
/* This section isn't working and I'm not sure why END */
a.link {
background: transparent !important;
color: #fff !important;
}
a.visited {
background: transparent !important;
color: #dee8ff !important;
}
table.table a:hover,
a:hover td,
ax:hover span,
.chosen-drop,
.chosen-drop li {
background: #191919 !important;
color: #fff !important;
}
a:active {
background: #191919 !important;
color: #fff !important;
}
body,
lvemanager,
#uiNavigation,
#mainNav,
.bg,
.well.well-sm,
.lvemanager-snapshot-selectors button,
.wp-info-section.card.mt-2,
#glass_lnkMaintain_DomainName {
background: #191919 !important;
color: white;
}
#glass_lnkMaintain_DomainName:hover,
#success,
#lnkMaintain_email_accounts:hover {
background: green !important;
}
button.form-btn.form-btn-action.mx-1,
#lnkMaintain_email_accounts {
color: #0f0;
outline: solid 1px #0f0;
}
button.form-btn.form-btn-action.mx-1:hover {
background: green !important;
}
tbody tr:hover {
color: #0f0 !important;
}
table.table.table-hover tbody th,
.modal-content.modal-resize-120,
#lnkMaintain_email_accounts {
background: #191919 !important;
color: white !important;
}
.nav-item.nav-link.active {
background: black;
}
table.dataTable thead .sorting_asc {
background-image: none !important;
}
table.table-hover,
.lvemanager-logo,
.sai_main_head {
color: white !important;
}
.alert.alert-warning.m-3 {
background: #2c2c00;
}
.panel-heading,
.chosen-single,
.table,
.general-info-value,
.general-info-label,
.app-stat-data div,
table#sysmimetbl tr:nth-child(even),
table#tblDomainList tr:nth-child(even),
table#cpanel_info_table tr:nth-child(even),
table.table.lvemanager-table-hover.lvemanager-grouped_grid_panel td,
table#cron_jobs_table tr,
table#mimetbl td,
.callout,
#accounts_table_body td,
.stats-widget-body,
.lvemanager-problem-item,
.lvemanager-user-email-notifications,
.lvemanager-ui-simple-info,
.lvemanager-current-usage-filter button,
.lvemanager-current-usage-filter span {
background: #343434 !important;
color: white;
}
table.table.table-hover.installation-list-table,
table.table.table-hover.installation-list-table td,
.table.table-striped.fixed-width-table.responsive-table.domains-table td {
background: #191919 !important;
color: white !important;
}
#software-group,
.icon-container-body,
.softac_cat,
table#sysmimetbl tr:nth-child(odd),
table#tblDomainList tr:nth-child(odd),
table#cpanel_info_table tr:nth-child(odd),
#soft_div-container tr,
#error_log-errors,
.cp-modal-content div {
background: #191919 !important;
color: white;
}
h1,
h2,
h3,
h4,
div,
span,
text,
legend {
fill: white;
color: white !important;
}
h1,
h2,
h3,
h4 {
background: transparent !important;
}
table#yuievtautoid-0 td,
table#yuievtautoid-1 td,
#btnSettings,
#searchdir,
.input-group-addon,
#btnGo,
#collapseAll,
#topnav,
#topnav ul li a,
.bd,
.yui-dt-bd,
.b_dropdown-menu,
.bg2,
.panel-body {
background: #191919 !important;
color: white !important;
}
.col-sm-3.col-md-2.col-6 div,
.nav.navbar-nav {
background: #343434 !important;
}
.b_dropdown-menu li:hover {
background: #000 !important;
color: white;
}
.resource_header .badge {
color: black !important;
}
.col-sm-7 .card .card-header,
.col-sm-7 .card .card-body {
display: none;
}
.sai_info {
color: white !important;
}
.alert.alert-warning {
background: #404000;
}
button#user-menu-button .header-control button {
background: white !important;
opacity: 1 !important;
}
}