Files
grzanieplus.pl/web/css/frontend/theme/default2/appProductAttributesPlugin.css
2025-03-12 17:06:23 +01:00

119 lines
2.1 KiB
CSS

#pa_product_filter .pa_filter ul {
margin: 0;
}
#pa_product_filter .pa_variants li {
clear: left;
padding-top: 4px;
}
#pa_product_filter .pa_variants li:first-child {
padding-top: 0px;
}
#pa_product_filter .pa_variants li label {
display: block;
margin-left: 23px;
cursor: pointer;
}
#pa_product_filter .pa_variants li input[type="checkbox"] {
float: left;
margin: 2px;
cursor: pointer;
}
#pa_attributes table, #pa_attributes td {
border: none;
}
#pa_attributes td {
padding: 5px 10px 0px 0px;
}
#pa_attributes {
margin: 20px 20px 0 2.4%;
max-width: 555px;
}
#pa_attributes h3 {
margin-bottom: 5px;
}
#pa_attributes .pa_color,
#pa_product_filter .pa_filter_C .pa_color,
#pa_product_filter .pa_filter_C li:first-child {
float: left;
clear: none;
border: 1px solid #ccc;
padding: 1px;
margin-right: 5px;
margin-bottom: 3px;
}
#pa_product_filter .pa_filter_C .pa_color,
#pa_product_filter .pa_filter_C .pa_color button {
cursor: pointer;
}
#pa_product_filter .pa_filter_C .pa_color:hover,
#pa_product_filter .pa_filter_C .pa_selected {
border-color: #444 !important;
}
#pa_attributes .pa_color span,
.pa_filter_C .pa_color button {
width: 32px;
height: 22px;
display: block;
border: none;
}
#pa_product_filter .pa_filter_C .pa_color input[type="checkbox"] {
display: none;
}
#pa_product_filter .pa_filter .pa_title {
padding: 10px 1px 2px 1px;
border-top: 1px dashed #bababa;
font-weight: bold;
margin: 0px 10px;
}
#pa_product_filter .pa_filter:first-child .pa_title, #pa_product_filter .pa_filter:only-child .pa_title
{
border: none;
}
#pa_product_filter .pa_filter .pa_variants,
#pa_product_filter .pa_clear {
padding: 5px 10px 8px 10px;
}
#pa_product_filter .pa_clear {
text-align: right;
}
#pa_product_filter .pa_clear a {
font-size: 11px;
}
#pa_product_filter h3.head + .pa_clear {
margin-top: -28px;
}
#pa_attributes .tooltip,
#pa_product_filter .tooltip {
width: auto;
padding: 5px 15px;
line-height: 1.8;
}
#pa_product_filter_preloader {
position: absolute;
z-index: 1000;
background: none no-repeat center center #fff;
opacity: 0.6;
border-radius: inherit;
}