Skip to content

Enhanced Plentymarkets Auftrags GUI by handingo-team

Details

Authorhandingo-team

LicenseNo License

Categoryplentymarkets-cloud-de.com

Created

Updated

Size3.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enhanced for better visibility

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Enhanced Plentymarkets Auftrags GUI
@version      20230829.15.23
@namespace    userstyles.world/user/handingo-team
@description  Enhanced for better visibility
@author       handingo-team
@license      No License
==/UserStyle== */

@-moz-document regexp("https:.{1,}\\.plentymarkets-cloud-de\\.com\\/plenty\\/terra\\/order\\/order-ui\\/overview") {
button.mat-button-base, button.mat-mdc-button-base, button.mat-button-base.mat-primary, button.mat-button-base.mat-accent, button.mat-button-base.mat-warn, button.mat-button-base.mat-grey, button.mat-button-base.mat-button-disabled.mat-button-disabled, a[href].mat-button-base {

    color: #000;
}


/*LightGrauHintergründe */
.compact-mode-view-fields {
    background-color: #e2e2e2;
}

/*ArtikellisteHeaderRow */
.terra-table-container table .mat-header-row {

    background-image: linear-gradient(180deg, #8c8c8c 0%, #e2e2e2 100%);
}

/*SchwarzerBalken */
.compact-view-order-row[_ngcontent-ng-c3841404055] {
    border-top: 8px solid #f00;
}

.terra-table-container mat-toolbar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    box-shadow: 0 -1px 0 #eee inset,0 3px 0 var(--color-group-active);
}

.mat-standard-chip {
    border-radius: 5px;
}

.mat-badge-content {
    color: #fff !important;
    background: red !important;
}

.compact-view-order-row.ng-tns-c3841404055-20.ng-star-inserted .mat-toolbar.ng-tns-c3841404055-20.mat-toolbar-single-row{    
    background: #6dd5f163 !important;
}



.mat-chip.mat-chip.mat-standard-chip {
    font-size: 16px
}

[_nghost-ng-c620433171] .compact-mode-view-fields .mat-grid-list .mat-grid-tile .mat-grid-tile-content .info-box-data-container .infobox-text.label-color{
    color: black !important;
}

.order-type-text[_ngcontent-ng-c3841404055] {
    font-size: 18px;
}
}

@-moz-document regexp("https:\\/\\/[0-9a-f]+\\.plentymarkets-cloud-de\\.com\\/plenty\\/terra\\/order\\/order-ui\\/\\d+") {
button.mat-button-base .mat-icon, button.mat-mdc-button-base .mat-icon, button.mat-button-base.mat-primary .mat-icon, button.mat-button-base.mat-accent .mat-icon, button.mat-button-base.mat-warn .mat-icon, button.mat-button-base.mat-grey .mat-icon, button.mat-button-base.mat-button-disabled.mat-button-disabled .mat-icon, a[href].mat-button-base .mat-icon {

    color: black;
}


mat-form-field.mat-form-field.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float label.mat-form-field-label mat-label, mat-form-field.mat-form-field.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float label.mat-form-field-label span {
    
    font-size: 19px;
    color: rgb(168, 0, 0);
    font-weight: bold;
}


mat-form-field.mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex{
    opacity: 1!important;
}

.mat-select-disabled .mat-select-trigger{
    user-select: auto!important;
}
}

Reviews

No reviews yet.