123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- #swatch-visual-options-panel{
- overflow: visible;
- }
- .swatch_sub-menu_container {
- position: absolute;
- z-index: 9999;
- width: 140px;
- display: none;
- }
- .swatch-visual-options-container .admin__control-table-wrapper {
- overflow: inherit;
- }
- .swatch_row {
- padding: 5px;
- background-color: #fbfaf6;
- position: relative;
- height: 30px;
- overflow: hidden;
- border: 1px solid #000;
- }
- .position-relative {
- position: relative;
- }
- .swatch_row_name {
- position: absolute;
- background-color: #fbfaf6;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- }
- .swatch_row_name p {
- padding-top: 10px;
- }
- .swatch_window {
- border: 1px solid #000;
- width: 30px;
- height: 30px;
- overflow: hidden;
- }
- .swatch_window {
- border: 1px solid #c6c5c3 !important;
- cursor: pointer;
- overflow: visible !important;
- position: relative;
- width: 25px !important;
- height: 24px !important;
- }
- .swatch_window:after {
- position: absolute;
- content: '\2193';
- top: -5px;
- font-size: 19px;
- color: #808080;
- right: -22px;
- width: 16px;
- height: 32px;
- background: #fff;
- border-radius: 0 3px 3px 0;
- border: 1px solid rgb(173, 173, 173);
- text-align: center;
- z-index: 8;
- }
- .swatch_window:before {
- position: absolute;
- content: '';
- top: -4px;
- font-size: 19px;
- color: #808080;
- left: -4px;
- width: 27px;
- height: 26px;
- background: transparent;
- border-radius: 3px 0 0 3px;
- border: 3px solid rgb(255, 255, 255);
- z-index: 1;
- outline: 1px solid rgb(173, 173, 173);
- }
- .swatch_sub-menu_container {
- border: 1px solid rgb(173, 173, 173) !important;
- border-radius: 5px 0 5px 5px;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
- }
- .swatch_sub-menu_container .swatch_row {
- border: 0 !important;
- text-align: left;
- cursor: pointer;
- border-bottom: 1px solid #e3e3e3 !important;
- }
- .swatch_sub-menu_container .swatch_row:first-child {
- border-radius: 5px 0 0 0;
- }
- .swatch_sub-menu_container .swatch_row:last-child {
- border-bottom: 0 !important;
- border-radius: 0 0 5px 5px;
- }
- .swatch_sub-menu_container .swatch_row .swatch_row_name p {
- padding-left: 12px;
- }
- .swatch_sub-menu_container .swatch_row .swatch_row_name {
- background: #fff !important;
- }
- .swatch_sub-menu_container .swatch_row:hover .swatch_row_name {
- background: #fbfaf6 !important;
- }
- .swatch_sub-menu_container {
- margin-left: -94px;
- top: 37px;
- }
- .swatch_sub-menu_container:after {
- width: 16px;
- background: #fff;
- height: 3px;
- top: -3px;
- right: 0;
- content: '';
- position: absolute;
- }
- .swatches-visual-col {
- box-sizing: content-box;
- position: relative;
- }
- .col-swatch {
- width: 50px;
- }
- .col-swatch-min-width {
- min-width: 65px;
- }
- .data-table .col-swatch-min-width input[type="text"] {
- padding: inherit;
- }
- .swatches-visual-col.unavailable:after {
- content: '';
- position: absolute;
- width: 35px;
- height: 2px;
- background: #f00;
- transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- z-index: 5;
- left: 3px;
- top: 20px;
- }
- .modal-slide .swatches-visual-col.unavailable:after {
- left: -4px;
- top: 25px;
- }
- .colorpicker {
- z-index: 9999;
- }
- .attribute-popup-actions {
- z-index: 15;
- }
|