Funktionserweiterung eines beliebten Onlineshop's.
Kontinuierlich Besser by pure_urbane
Details
Authorpure_urbane
LicenseNo License
Categorywww.miel… -> Ein Onlineshop
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
- Darstellung der Mateialnummern auf den Produktkategorieseiten
- "1x Klicken und Kopieren" auf Materialnummern und Preisen
Source code
/* ==UserStyle==
@name Kontinuierlich Besser
@namespace -
@version 1.0.3
@description Funktionserweiterung eines beliebten Onlineshop's.
@author Krempel
@preprocessor less
==/UserStyle== */
@-moz-document url-prefix("https://www.miel") {
.prd-results__item {
.prd-tile__hero-image {
pointer-events: none;
&,
.js-product_link {
padding-top: 0px !important;
text-decoration: none !important;
}
picture {
transform: translateY(10px)
}
.hidden {
display: block !important;
& > *:not(.js-product_link_data_id) {
display: none !important;
}
.js-product_link_data_id {
user-select: all;
text-align: center;
border: 1px solid #868686;
background: #dcdcdc;
border-radius: 100px;
margin: 10px 70px 0px;
text-decoration: none !important;
display: block;
font-size: 0.9rem;
font-family: monospace;
}
}
}
.prd-pricing__price {
user-select: all;
border: 1px solid #868686;
background: #dcdcdc;
border-radius: 100px;
padding: 0px 20px;
}
.prd-pricing__additional {
user-select: none;
}
}
}