Skip to content

Darker Syncro Tickets by ajr3v

Details

Authorajr3v

LicenseNo License

CategorySyncromsp

Created

Updated

Size872 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the new color palette of the tickets page from the dark blue's to a more original dark gray/block theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Darker Syncro Tickets
@version    20240227.14.26
@namespace  ?
==/UserStyle== */

@-moz-document regexp("(?=.*?syncromsp.com\\/tickets).*") {
body.cn.dark {
    background-color: #121212 !important;
}

.waypoint-syncro.dark .syncro-ticket-index .widget .widget-content {
    background-color: #121212;
}

.waypoint-syncro.dark .syncro-ticket-index .widget .widget-content .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #181818;
}

.waypoint-syncro.dark .syncro-ticket-index .widget .widget-content .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #282828;
}

.waypoint-syncro.dark .syncro-table-index-view .panel.panel-default{
    background-color: #121212 !important;
    border: 0;
}

.waypoint-syncro.dark .syncro-table-index-view .widget .table-striped {
    background-color: #121212;
}
}

Reviews

No reviews yet.