.ls-sublayer-sortable.dragging > tr.active .ls-sublayer-pages { display: none; } .ls-sublayers .dashicons-menu { float: left; margin: 10px 0 0 5px; font-size: 15px; color: #666; -webkit-font-smoothing: none; } .ls-sublayers .ls-highlight { opacity: 1; &.active { opacity: 0.5; } } .ls-sublayers .ls-icon-eye { opacity: 1; &.active { opacity: 0.5; } } .ls-sublayers .ls-icon-lock{ opacity: 1; &.active { opacity: 0.5; } } .ls-sublayer-controls { display: none; position: absolute; top: 14px; right: 395px; z-index: 2; .dashicons { font-size: 14px; -webkit-font-smoothing: antialiased; &.dashicons-visibility { font-size: 15px; } } } tr.active .ls-sublayer-controls { display: inline; } .ls-sublayer-basic { // List item .ls-layer-kind { width: 690px; margin: 0 auto; text-align: center; ul { display: inline-block; border: 1px solid #dedede; background: #f3f3f3; border-radius: 5px; font-size: 0px; // Layer kind li { display: inline-block; margin: 0; padding: 5px 10px 5px 0px; border-left: 1px solid white; border-right: 1px solid #dedede; cursor: pointer; color: #555; font-size: 12px; span.ls-icon { opacity: 0.65; } &.active { background: #e0e0e0; border-left: 1px solid transparent; text-shadow: 0px 0px 1px white; color: #222; span.ls-icon { opacity: 1; } } &:hover { background: #e9e9e9; } &:first-child { border-left: 0; } &:last-child { border-right: 0; } // Icons span { margin: 0 10px; } } } } } // Element type .ls-sublayer-element { margin: 0; padding-top: 20px; text-align: center; } .ls-sublayer-element li { display: inline-block; width: 60px; height: 45px; padding-top: 10px; color: #333; text-align: center; font: normal normal normal 11px/16px Arial, serif; border: 1px solid transparent; cursor: pointer; } .ls-sublayer-element li.active { border-radius: 3px; border: 1px solid #b3cce9; background: #d5e9fa; /* Old browsers */ background: -moz-linear-gradient(top, #d5e9fa 0%, #c6dbf7 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e9fa), color-stop(100%,#c6dbf7)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d5e9fa 0%,#c6dbf7 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d5e9fa 0%,#c6dbf7 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d5e9fa 0%,#c6dbf7 100%); /* IE10+ */ background: linear-gradient(to bottom, #d5e9fa 0%,#c6dbf7 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e9fa', endColorstr='#c6dbf7',GradientType=0 ); /* IE6-9 */ } .ls-sublayer-element li span { width: 16px; height: 16px; display: inline-block; } // TEXT / HTML content // =========================================== .ls-html-code { padding-bottom: 10px; p { margin: 10px 0; color: #666; button { margin-right: 10px !important; } } } .ls-insert-media { padding-left: 8px !important; span { margin-right: 4px; color: #666; font-size: 16px; line-height: 25px; -webkit-font-smoothing: antialiased; } } .ls-post-section p { width: 600px; margin: 10px auto 10px auto; text-align: center; } .ls-posts-configured { position: relative; input { width: 70px; margin-right: 10px; } button { margin-top: 10px !important; span { margin-right: 6px; color: #666; font-size: 16px; line-height: 25px; -webkit-font-smoothing: antialiased; } } } // Transitions tr.ls-separator td { height: 8px !important; padding: 0 !important; background: #dddddd; background: -moz-linear-gradient(top, #dddddd 0%, #f4f4f4 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#f4f4f4)) !important; background: -webkit-linear-gradient(top, #dddddd 0%,#f4f4f4 100%) !important; background: -o-linear-gradient(top, #dddddd 0%,#f4f4f4 100%) !important; background: -ms-linear-gradient(top, #dddddd 0%,#f4f4f4 100%) !important; background: linear-gradient(to bottom, #dddddd 0%,#f4f4f4 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=0 ) !important; } .ls-sublayer-options .right { color: #888 !important; } .ls-sublayer-options td.center { text-align: center; input { width: 60%; margin-top: 10px; } } .ls-sublayer-link select { width: 200px; margin-left: 15px; }