plugin updates
This commit is contained in:
@@ -1,427 +0,0 @@
|
||||
/* Coupons By Location styles */
|
||||
span.search label{
|
||||
font-size: 1em !important;
|
||||
float:left !important;
|
||||
}
|
||||
|
||||
label.billing{
|
||||
width: 75px !important;
|
||||
margin-left: 1px !important;
|
||||
}
|
||||
|
||||
label.shipping{
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.chosen-container-multi .chosen-choices .search-field input{
|
||||
height: 21px !important;
|
||||
}
|
||||
|
||||
/*==============================
|
||||
CHOSEN CSS - Added from woo 2.6
|
||||
================================*/
|
||||
|
||||
.chosen-container {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 13px;
|
||||
zoom: 1;
|
||||
user-select: none
|
||||
}
|
||||
.chosen-container .chosen-drop {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: -9999px;
|
||||
z-index: 1010;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
border: 1px solid #aaa;
|
||||
border-top: 0;
|
||||
background: #fff;
|
||||
box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
|
||||
}
|
||||
.chosen-container.chosen-with-drop .chosen-drop {
|
||||
left: 0
|
||||
}
|
||||
.chosen-container a {
|
||||
cursor: pointer
|
||||
}
|
||||
.chosen-container-single .chosen-single {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
padding: 0 0 0 8px;
|
||||
height: 26px;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
|
||||
background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
|
||||
color: #444;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
line-height: 26px
|
||||
}
|
||||
.chosen-container-single .chosen-default {
|
||||
color: #999
|
||||
}
|
||||
.chosen-container-single .chosen-single span {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin-right: 26px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap
|
||||
}
|
||||
.chosen-container-single .chosen-single-with-deselect span {
|
||||
margin-right: 38px
|
||||
}
|
||||
.chosen-container-single .chosen-single abbr {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 26px;
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
|
||||
font-size: 1px
|
||||
}
|
||||
.chosen-container-single .chosen-single abbr:hover,
|
||||
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
|
||||
background-position: -42px -10px
|
||||
}
|
||||
.chosen-container-single .chosen-single div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
display: block;
|
||||
width: 18px;
|
||||
height: 100%
|
||||
}
|
||||
.chosen-container-single .chosen-single div b {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(../images/chosen-sprite.png) 0 2px no-repeat
|
||||
}
|
||||
.chosen-container-single .chosen-search {
|
||||
position: relative;
|
||||
z-index: 1010;
|
||||
margin: 0;
|
||||
padding: 3px 4px;
|
||||
white-space: nowrap
|
||||
}
|
||||
.chosen-container-single .chosen-search input[type=text] {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 1px 0;
|
||||
padding: 4px 20px 4px 5px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
outline: 0;
|
||||
border: 1px solid #aaa;
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat #fff;
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -webkit-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -moz-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, -o-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) 100% -20px no-repeat, linear-gradient(#eee 1%, #fff 15%);
|
||||
font-size: 1em;
|
||||
font-family: sans-serif;
|
||||
line-height: normal;
|
||||
border-radius: 0
|
||||
}
|
||||
.chosen-container-single .chosen-drop {
|
||||
margin-top: -1px;
|
||||
border-radius: 0 0 4px 4px;
|
||||
background-clip: padding-box
|
||||
}
|
||||
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
|
||||
position: absolute;
|
||||
left: -9999px
|
||||
}
|
||||
.chosen-container .chosen-results {
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
margin: 0 4px 4px 0;
|
||||
padding: 0 0 0 4px;
|
||||
max-height: 240px;
|
||||
-webkit-overflow-scrolling: touch
|
||||
}
|
||||
.chosen-container .chosen-results li {
|
||||
display: none;
|
||||
margin: 0;
|
||||
padding: 5px 6px;
|
||||
list-style: none;
|
||||
line-height: 15px
|
||||
}
|
||||
.chosen-container .chosen-results li.active-result {
|
||||
display: list-item;
|
||||
cursor: pointer
|
||||
}
|
||||
.chosen-container .chosen-results li.disabled-result {
|
||||
display: list-item;
|
||||
color: #ccc;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container .chosen-results li.highlighted {
|
||||
background-color: #3875d7;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
||||
background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
color: #fff
|
||||
}
|
||||
.chosen-container .chosen-results li.no-results {
|
||||
display: list-item;
|
||||
background: #f4f4f4
|
||||
}
|
||||
.chosen-container .chosen-results li.group-result {
|
||||
display: list-item;
|
||||
font-weight: 700;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container .chosen-results li.group-option {
|
||||
padding-left: 15px
|
||||
}
|
||||
.chosen-container .chosen-results li em {
|
||||
font-style: normal;
|
||||
text-decoration: underline
|
||||
}
|
||||
.chosen-container-multi .chosen-choices {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: auto!important;
|
||||
height: 1%;
|
||||
border: 1px solid #aaa;
|
||||
background-color: #fff;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
|
||||
background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
|
||||
background-image: -o-linear-gradient(#eee 1%, #fff 15%);
|
||||
background-image: linear-gradient(#eee 1%, #fff 15%);
|
||||
cursor: text
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li {
|
||||
float: left;
|
||||
list-style: none
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-field {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
|
||||
margin: 1px 0;
|
||||
padding: 5px;
|
||||
height: 15px;
|
||||
outline: 0;
|
||||
border: 0!important;
|
||||
background: 0 0!important;
|
||||
box-shadow: none;
|
||||
color: #666;
|
||||
font-size: 100%;
|
||||
font-family: sans-serif;
|
||||
line-height: normal;
|
||||
border-radius: 0
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-field .default {
|
||||
color: #999
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice {
|
||||
position: relative;
|
||||
margin: 3px 0 3px 5px;
|
||||
padding: 3px 20px 3px 5px;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
background-color: #e4e4e4;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
||||
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-clip: padding-box;
|
||||
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
|
||||
color: #333;
|
||||
line-height: 13px;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 3px;
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
|
||||
font-size: 1px
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
|
||||
background-position: -42px -10px
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice-disabled {
|
||||
padding-right: 5px;
|
||||
border: 1px solid #ccc;
|
||||
background-color: #e4e4e4;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
||||
color: #666
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice-focus {
|
||||
background: #d4d4d4
|
||||
}
|
||||
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
|
||||
background-position: -42px -10px
|
||||
}
|
||||
.chosen-container-multi .chosen-results {
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
.chosen-container-multi .chosen-drop .result-selected {
|
||||
display: list-item;
|
||||
color: #ccc;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-container-active .chosen-single {
|
||||
border: 1px solid #5897fb;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3)
|
||||
}
|
||||
.chosen-container-active.chosen-with-drop .chosen-single {
|
||||
border: 1px solid #aaa;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
|
||||
background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
|
||||
background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
|
||||
background-image: -o-linear-gradient(#eee 20%, #fff 80%);
|
||||
background-image: linear-gradient(#eee 20%, #fff 80%);
|
||||
box-shadow: 0 1px 0 #fff inset
|
||||
}
|
||||
.chosen-container-active.chosen-with-drop .chosen-single div {
|
||||
border-left: none;
|
||||
background: 0 0
|
||||
}
|
||||
.chosen-container-active.chosen-with-drop .chosen-single div b {
|
||||
background-position: -18px 2px
|
||||
}
|
||||
.chosen-container-active .chosen-choices {
|
||||
border: 1px solid #5897fb;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, .3)
|
||||
}
|
||||
.chosen-container-active .chosen-choices li.search-field input[type=text] {
|
||||
color: #111!important
|
||||
}
|
||||
.chosen-disabled {
|
||||
opacity: .5!important;
|
||||
cursor: default
|
||||
}
|
||||
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
|
||||
.chosen-disabled .chosen-single {
|
||||
cursor: default
|
||||
}
|
||||
.chosen-rtl {
|
||||
text-align: right
|
||||
}
|
||||
.chosen-rtl .chosen-single {
|
||||
overflow: visible;
|
||||
padding: 0 8px 0 0
|
||||
}
|
||||
.chosen-rtl .chosen-single span {
|
||||
margin-right: 0;
|
||||
margin-left: 26px;
|
||||
direction: rtl
|
||||
}
|
||||
.chosen-rtl .chosen-single-with-deselect span {
|
||||
margin-left: 38px
|
||||
}
|
||||
.chosen-rtl .chosen-single div {
|
||||
right: auto;
|
||||
left: 3px
|
||||
}
|
||||
.chosen-rtl .chosen-single abbr {
|
||||
right: auto;
|
||||
left: 26px
|
||||
}
|
||||
.chosen-rtl .chosen-choices li {
|
||||
float: right
|
||||
}
|
||||
.chosen-rtl .chosen-choices li.search-field input[type=text] {
|
||||
direction: rtl
|
||||
}
|
||||
.chosen-rtl .chosen-choices li.search-choice {
|
||||
margin: 3px 5px 3px 0;
|
||||
padding: 3px 5px 3px 19px
|
||||
}
|
||||
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
|
||||
right: auto;
|
||||
left: 4px
|
||||
}
|
||||
.chosen-rtl .chosen-drop,
|
||||
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
|
||||
left: 9999px
|
||||
}
|
||||
.chosen-rtl.chosen-container-single .chosen-results {
|
||||
margin: 0 0 4px 4px;
|
||||
padding: 0 4px 0 0
|
||||
}
|
||||
.chosen-rtl .chosen-results li.group-option {
|
||||
padding-right: 15px;
|
||||
padding-left: 0
|
||||
}
|
||||
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
|
||||
border-right: none
|
||||
}
|
||||
.chosen-rtl .chosen-search input[type=text] {
|
||||
padding: 4px 5px 4px 20px;
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat #fff;
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -webkit-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -moz-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, -o-linear-gradient(#eee 1%, #fff 15%);
|
||||
background: url(../images/chosen-sprite.png) -30px -20px no-repeat, linear-gradient(#eee 1%, #fff 15%);
|
||||
direction: rtl
|
||||
}
|
||||
.chosen-rtl.chosen-container-single .chosen-single div b {
|
||||
background-position: 6px 2px
|
||||
}
|
||||
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
|
||||
background-position: -12px 2px
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and (min-resolution: 144dpi) {
|
||||
.chosen-container .chosen-results-scroll-down span,
|
||||
.chosen-container .chosen-results-scroll-up span,
|
||||
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
|
||||
.chosen-container-single .chosen-search input[type=text],
|
||||
.chosen-container-single .chosen-single abbr,
|
||||
.chosen-container-single .chosen-single div b,
|
||||
.chosen-rtl .chosen-search input[type=text] {
|
||||
background-image: url(../images/chosen-sprite@2x.png)!important;
|
||||
background-size: 52px 37px!important;
|
||||
background-repeat: no-repeat!important
|
||||
}
|
||||
}
|
||||
#cc_list_chosen .search-field input {
|
||||
width: 100% !important;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,30 +0,0 @@
|
||||
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
||||
.ui-timepicker-div dl { text-align: left; }
|
||||
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
|
||||
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
|
||||
.ui-timepicker-div td { font-size: 90%; }
|
||||
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
||||
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
|
||||
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
|
||||
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }
|
||||
|
||||
.ui-timepicker-rtl{ direction: rtl; }
|
||||
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
|
||||
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
|
||||
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
|
||||
|
||||
/* Shortened version style */
|
||||
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
|
||||
@@ -1,6 +0,0 @@
|
||||
/* phpcs:ignoreFile */
|
||||
/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
|
||||
* http://trentrichardson.com/examples/timepicker
|
||||
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
|
||||
|
||||
.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:0;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:0 0;color:inherit;border:0;outline:0;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,437 +0,0 @@
|
||||
/* Smart Coupons Style */
|
||||
.coupon-container {
|
||||
line-height: 1.4em;
|
||||
position: relative;
|
||||
display: inline-table;
|
||||
margin: 2px;
|
||||
padding: .55em;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
box-shadow: 0 0 5px #e0e0e0;
|
||||
}
|
||||
|
||||
.coupon-container.previews {
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
.coupon-content {
|
||||
padding: .2em 1.2em;
|
||||
}
|
||||
|
||||
.coupon-content .code {
|
||||
font-family: monospace;
|
||||
font-size: 1.2em;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.coupon-content .coupon-expire,
|
||||
.coupon-content .discount-info {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.coupon-content .discount-description {
|
||||
font: .7em/1 Helvetica, Arial, sans-serif;
|
||||
display: inline-block;
|
||||
margin: 10px inherit;
|
||||
}
|
||||
|
||||
.wc-sc-coupon-style-preview .coupon-container {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.wc-sc-coupon-preview-container {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
margin: 0 0 0 1em;
|
||||
font-size: initial;
|
||||
}
|
||||
|
||||
.wc_sc_custom_design_css_doc_div {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
/*Shortcode fields*/
|
||||
#coupon-selector #coupon-option label span {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
}
|
||||
#coupon-selector #coupon-option label select {
|
||||
width: 175px;
|
||||
margin-bottom: 6px;
|
||||
margin-left: -.2em;
|
||||
}
|
||||
div#sc_shortcode_update {
|
||||
float: right;
|
||||
|
||||
margin-top: -5px;
|
||||
}
|
||||
form#sc_coupons_attributes {
|
||||
padding: 0 1em 1em;
|
||||
}
|
||||
div#coupon-selector {
|
||||
float: left;
|
||||
padding: 1em 1em 1em 0;
|
||||
border-right: 1px solid #e6e6e6;
|
||||
}
|
||||
.coupon-preview {
|
||||
float: left;
|
||||
width: 175px;
|
||||
padding: 1em 0 1em 1em;
|
||||
}
|
||||
.preview-heading {
|
||||
font-size: 15px;
|
||||
padding-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
#search-panel {
|
||||
overflow-x: hidden;
|
||||
width: 275px;
|
||||
min-height: 80px;
|
||||
max-height: 110px;
|
||||
margin: 5px 0;
|
||||
color: #333;
|
||||
border: 1px solid #d4d4d4;
|
||||
background-color: #fff;
|
||||
}
|
||||
#coupon-option #search-panel #search-results span {
|
||||
width: 100%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#search-results ul {
|
||||
margin: 5px -2px;
|
||||
}
|
||||
#search-results ul li {
|
||||
font-size: 12px;
|
||||
margin-bottom: -1px;
|
||||
padding: 3px 15px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #f2f2f2;
|
||||
}
|
||||
#search-results ul li:hover {
|
||||
color: #000;
|
||||
background-color: #eaf2fa;
|
||||
}
|
||||
#coupon-option #search-panel #search-results ul li span {
|
||||
width: 0;
|
||||
color: #f00;
|
||||
}
|
||||
#sc_coupons_attributes .submitbox {
|
||||
clear: both;
|
||||
}
|
||||
#default-text {
|
||||
font-style: italic;
|
||||
margin-bottom: -5px;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
/* Gift Cerificate form */
|
||||
input.gift_receiver_email, input.gift_sending_date_time {
|
||||
min-width: 100%;
|
||||
margin: 1% 0;
|
||||
}
|
||||
div#gift-certificate-receiver-form thead th {
|
||||
text-align: center;
|
||||
}
|
||||
input#deliver_on_date {
|
||||
text-align: center;
|
||||
}
|
||||
.email_sending_date_time_wrapper:not(.show),
|
||||
.wc_sc_schedule_gift_sending_wrapper:not(.show) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wc_sc_schedule_gift_sending_wrapper.show {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
/* Coupon generation form */
|
||||
form#generate_coupons p.form-field input[type=text] {
|
||||
width: 30%;
|
||||
}
|
||||
form#generate_coupons p.form-field input[type=number] {
|
||||
width: 15%;
|
||||
}
|
||||
form#generate_coupons p.form-field input[name="wc_sc_max_discount"] {
|
||||
width: 30%;
|
||||
}
|
||||
div.gift-certificate-receiver-detail-form,
|
||||
div#gift-certificate-receiver-form-multi {
|
||||
display: none;
|
||||
}
|
||||
a#single_multi {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.sc_info_box {
|
||||
overflow: hidden;
|
||||
margin-bottom: 2em !important;
|
||||
padding: .5em 1em 0 !important;
|
||||
background-color: #f7f6f7;
|
||||
}
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror + span.wc-sc-coupon-preview-container {
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
tr.wc_sc_custom_design_css_wrapper td.forminp.forminp-textarea {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.sc-coupons-list details > summary {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.sc-coupons-list details > summary::marker, /* Latest Chrome, Edge, Firefox */
|
||||
.sc-coupons-list details > summary::-webkit-details-marker /* Safari */ {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.sc_info_box {
|
||||
float: unset !important;
|
||||
width: unset !important;
|
||||
margin-right: unset !important;
|
||||
padding: .5em 1em 0 !important;
|
||||
}
|
||||
|
||||
.page-template-template-fullwidth-php .sc_info_box {
|
||||
float: unset !important;
|
||||
width: unset !important;
|
||||
margin-right: unset !important;
|
||||
margin-left: unset !important;
|
||||
padding: .5em 1em 0 !important;
|
||||
}
|
||||
|
||||
/* Fix for positioning 'Sell store credit at less price?' settings' tooltip */
|
||||
label[for="smart_coupons_sell_store_credit_at_less_price"] span.woocommerce-help-tip,
|
||||
label[for="smart_coupons_schedule_store_credit"] span.woocommerce-help-tip {
|
||||
float: left;
|
||||
margin: 1px 4px 1px -1.7em !important;
|
||||
}
|
||||
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror + span.wc-sc-coupon-preview-container {
|
||||
left: 415px;
|
||||
}
|
||||
}
|
||||
|
||||
textarea.gift_receiver_message {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form_table {
|
||||
width: 97%;
|
||||
padding: 20px 10px;
|
||||
|
||||
border-top: 2px;
|
||||
border-top-style: solid;
|
||||
border-top-color: #dbdbdb;
|
||||
}
|
||||
.message_row {
|
||||
width: 100%;
|
||||
}
|
||||
.sc_message {
|
||||
width: 100%;
|
||||
}
|
||||
.email_amount {
|
||||
width: 100%;
|
||||
}
|
||||
.gift-certificate-show-form p {
|
||||
margin: 0;
|
||||
}
|
||||
.gift-certificate-show-form lable {
|
||||
display: inline;
|
||||
}
|
||||
.gift-certificate-show-form input[type=radio] {
|
||||
margin-left: 1em;
|
||||
}
|
||||
.show_hide_list {
|
||||
padding-left: 0;
|
||||
margin-left: 25px;
|
||||
}
|
||||
.single_multi_list {
|
||||
display: none;
|
||||
}
|
||||
div.mce-smart-coupon-shortcode {
|
||||
cursor: pointer;
|
||||
}
|
||||
div.mce-smart-coupon-shortcode i:before {
|
||||
font-family: 'WooCommerce';
|
||||
|
||||
content: '\e600';
|
||||
}
|
||||
div[aria-describedby='sc_coupons_attributes'] {
|
||||
z-index: 1000;
|
||||
}
|
||||
.wc_sc_total_available_store_credit {
|
||||
padding: 1em 0;
|
||||
|
||||
text-align: right;
|
||||
}
|
||||
.wc_sc_total_available_store_credit .amount {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
div#invalid_coupons_list div#all_coupon_container .coupon-container {
|
||||
cursor: initial !important;
|
||||
|
||||
opacity: .5;
|
||||
}
|
||||
div#invalid_coupons_list div#all_coupon_container .coupon-container .coupon-content .coupon-expire {
|
||||
display: none;
|
||||
}
|
||||
.variation-sc_called_credit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Bulk Generate tab - Coupon Description */
|
||||
.sc_bulk_description textarea#woocommerce-coupon-description {
|
||||
width: 90%;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
#call_for_credit {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
input#credit_called {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.wc-sc-call-for-credit-container .wc-sc-label,
|
||||
.wc-sc-call-for-credit-container .wc-sc-input {
|
||||
width: 48%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wc-sc-call-for-credit-container .wc-sc-row {
|
||||
position: relative;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.wc-sc-call-for-credit-container .wc-sc-row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.wc-sc-description {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#sc-cc input {
|
||||
border: 1px solid #7e8993;
|
||||
}
|
||||
|
||||
#sc-cc .sc-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html {
|
||||
border-collapse: initial;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design li {
|
||||
padding: 10px 10px 5px 5px;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design li input,
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li input {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors.custom li input[type="color"] {
|
||||
opacity: 0;
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 20px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li span {
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 20px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design,
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors {
|
||||
margin-top: unset;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design li,
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design_colors li {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html ul li:hover,
|
||||
.forminp-wc_sc_radio_with_html ul li.selected {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.forminp-wc_sc_radio_with_html .wc_sc_setting_coupon_design {
|
||||
align-items: unset !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 0;
|
||||
}
|
||||
tr.wc_sc_custom_design_css_wrapper .CodeMirror + span.wc-sc-coupon-preview-container {
|
||||
position: static;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 768px) and (max-width: 799px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 5%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 800px) and (max-width: 1023px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 7%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1024px) and (max-width: 1199px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 11%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1200px) and (max-width: 1279px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 14%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1280px) and (max-width: 1365px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 15%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1366px) and (max-width: 1599px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 16%;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1600px) {
|
||||
.wc-sc-description {
|
||||
margin-left: 20%;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,42 +0,0 @@
|
||||
/* Smart Coupons Admin CSS */
|
||||
.smart-coupons-field,
|
||||
#sc-share-link,
|
||||
#sc_coupon_categorydiv,
|
||||
#sc_coupon_categorydiv ul.category-tabs li.tabs,
|
||||
#sc_coupon_categorydiv ul.add-menu-item-tabs li.tabs,
|
||||
#sc_coupon_categorydiv .wp-tab-active,
|
||||
#sc_coupon_categorydiv div.tabs-panel,
|
||||
button#export_coupons,
|
||||
a#wc_sc_print_coupons,
|
||||
a#sc-manage-category,
|
||||
#wc-sc-copy-coupon-code {
|
||||
background-color: #f0fff0;
|
||||
}
|
||||
button#export_coupons > span.dashicons,
|
||||
a#wc_sc_print_coupons > span.dashicons,
|
||||
a#sc-manage-category > span.dashicons {
|
||||
transform: translateX(-15%) translateY(15%);
|
||||
}
|
||||
div#smart_coupons_tabs h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
div#smart_coupons_tabs h2 .sc-quick-links {
|
||||
text-align: right;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.coupon_title_prefix_suffix_field input {
|
||||
height: 2em;
|
||||
}
|
||||
li.wc_sc_actions_tab a::before {
|
||||
font-family: WooCommerce !important;
|
||||
content: '\e01c' !important;
|
||||
}
|
||||
div.sc-manage-category {
|
||||
margin: 10px 0;
|
||||
}
|
||||
div.sc-manage-category a {
|
||||
font-weight: 600;
|
||||
}
|
||||
div.smart_coupons_product_options_variable {
|
||||
display: flow-root;
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
/* phpcs:ignoreFile */
|
||||
.smart-coupons-field,#sc-share-link,#sc_coupon_categorydiv,#sc_coupon_categorydiv ul.category-tabs li.tabs,#sc_coupon_categorydiv ul.add-menu-item-tabs li.tabs,#sc_coupon_categorydiv .wp-tab-active,#sc_coupon_categorydiv div.tabs-panel,button#export_coupons,a#wc_sc_print_coupons,a#sc-manage-category,#wc-sc-copy-coupon-code{background-color:#f0fff0}button#export_coupons>span.dashicons,a#wc_sc_print_coupons>span.dashicons,a#sc-manage-category>span.dashicons{transform:translateX(-15%) translateY(15%)}div#smart_coupons_tabs h2{margin-bottom:10px}div#smart_coupons_tabs h2 .sc-quick-links{text-align:right;font-size:.8em}.coupon_title_prefix_suffix_field input{height:2em}li.wc_sc_actions_tab a::before{font-family:WooCommerce!important;content:'\e01c'!important}div.sc-manage-category{margin:10px 0}div.sc-manage-category a{font-weight:600}div.smart_coupons_product_options_variable{display:flow-root}
|
||||
@@ -1,22 +0,0 @@
|
||||
/* Coupon style for email-coupon */
|
||||
.coupon-container.email-coupon .coupon-content {
|
||||
border: 1px solid !important;
|
||||
border-style: dashed !important;
|
||||
}
|
||||
|
||||
.coupon-container.email-coupon {
|
||||
transition-duration: .3s !important;
|
||||
transition-property: border-radius !important;
|
||||
-webkit-transform: perspective(1px) translateZ(0) !important;
|
||||
transform: perspective(1px) translateZ(0) !important;
|
||||
|
||||
border-radius: .8em !important;
|
||||
box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.coupon-container.email-coupon:hover,
|
||||
.coupon-container.email-coupon:focus,
|
||||
.coupon-container.email-coupon:active {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
/* phpcs:ignoreFile */
|
||||
.coupon-container.email-coupon .coupon-content{border:1px solid !important;border-style:dashed !important}.coupon-container.email-coupon{transition-duration:.3s !important;transition-property:border-radius !important;-webkit-transform:perspective(1px) translateZ(0) !important;transform:perspective(1px) translateZ(0) !important;border-radius:.8em !important;box-shadow:0 0 1px rgba(0,0,0,0) !important;display:table;margin:0 auto}.coupon-container.email-coupon:hover,.coupon-container.email-coupon:focus,.coupon-container.email-coupon:active{border-radius:0 !important}
|
||||
Reference in New Issue
Block a user