Merge pull request #3558 from BFTrick/fix-css-whitespace
Replacing Spaces with Tabs in Style Sheets
This commit is contained in:
commit
e18507f8ea
|
@ -67,10 +67,10 @@ p.woocommerce-actions, .woocommerce-message {
|
|||
background-color: #a46497;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#a46497), to(#864f7b)); /* Saf4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top, #a46497, #864f7b); /* Chrome 10+, Saf5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #a46497, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #a46497, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #a46497, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #864f7b);
|
||||
background-image: -moz-linear-gradient(top, #a46497, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #a46497, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #a46497, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #864f7b);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 0 rgba(255,255,255,0.2),
|
||||
inset 0 -1px 0 rgba(0,0,0,0.1);
|
||||
|
@ -84,10 +84,10 @@ p.woocommerce-actions, .woocommerce-message {
|
|||
background-color: #ad74a2;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#864f7b)); /* Saf4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top, #ad74a2, #864f7b); /* Chrome 10+, Saf5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #ad74a2, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #ad74a2, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #ad74a2, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #ad74a2, #864f7b);
|
||||
background-image: -moz-linear-gradient(top, #ad74a2, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #ad74a2, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #ad74a2, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #ad74a2, #864f7b);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 0 rgba(255,255,255,0.2),
|
||||
inset 0 -1px 0 rgba(0,0,0,0.1);
|
||||
|
@ -101,10 +101,10 @@ p.woocommerce-actions, .woocommerce-message {
|
|||
background-color: #864f7b;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#864f7b), to(#864f7b)); /* Saf4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top, #864f7b, #a46497); /* Chrome 10+, Saf5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #864f7b, #a46497); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #864f7b, #a46497); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #864f7b, #a46497); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #a46497);
|
||||
background-image: -moz-linear-gradient(top, #864f7b, #a46497); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #864f7b, #a46497); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #864f7b, #a46497); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #a46497);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 1px rgba(0,0,0,0.2);
|
||||
box-shadow:
|
||||
|
|
|
@ -81,10 +81,10 @@
|
|||
background-color: #a46497;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#a46497), to(#864f7b)); /* Saf4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top, #a46497, #864f7b); /* Chrome 10+, Saf5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #a46497, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #a46497, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #a46497, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #864f7b);
|
||||
background-image: -moz-linear-gradient(top, #a46497, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #a46497, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #a46497, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #864f7b);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 0 rgba(255,255,255,0.2),
|
||||
inset 0 -1px 0 rgba(0,0,0,0.1);
|
||||
|
@ -98,10 +98,10 @@
|
|||
background-color: #ad74a2;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#864f7b)); /* Saf4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top, #ad74a2, #864f7b); /* Chrome 10+, Saf5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #ad74a2, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #ad74a2, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #ad74a2, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #ad74a2, #864f7b);
|
||||
background-image: -moz-linear-gradient(top, #ad74a2, #864f7b); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #ad74a2, #864f7b); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #ad74a2, #864f7b); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #ad74a2, #864f7b);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 0 rgba(255,255,255,0.2),
|
||||
inset 0 -1px 0 rgba(0,0,0,0.1);
|
||||
|
@ -115,10 +115,10 @@
|
|||
background-color: #864f7b;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#864f7b), to(#864f7b)); /* Saf4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top, #864f7b, #a46497); /* Chrome 10+, Saf5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #864f7b, #a46497); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #864f7b, #a46497); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #864f7b, #a46497); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #a46497);
|
||||
background-image: -moz-linear-gradient(top, #864f7b, #a46497); /* FF3.6+ */
|
||||
background-image: -ms-linear-gradient(top, #864f7b, #a46497); /* IE10 */
|
||||
background-image: -o-linear-gradient(top, #864f7b, #a46497); /* Opera 11.10+ */
|
||||
background-image: linear-gradient(to bottom, #a46497, #a46497);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 1px rgba(0,0,0,0.2);
|
||||
box-shadow:
|
||||
|
@ -2119,11 +2119,11 @@ img.help_tip {
|
|||
padding: 5px 9px;
|
||||
line-height: 24px;
|
||||
&:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.woocommerce_options_panel .checkbox, table.woocommerce_variable_attributes .checkbox {
|
||||
|
@ -2580,9 +2580,9 @@ img.tips {
|
|||
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
|
||||
text-align: center;
|
||||
code {
|
||||
background: #888;
|
||||
padding: 1px;
|
||||
}
|
||||
background: #888;
|
||||
padding: 1px;
|
||||
}
|
||||
}
|
||||
#tiptip_arrow, #tiptip_arrow_inner {
|
||||
position: absolute;
|
||||
|
@ -2644,11 +2644,11 @@ img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: po
|
|||
}
|
||||
.postbox {
|
||||
&:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
h3 {
|
||||
cursor: default !important;
|
||||
|
@ -2679,7 +2679,7 @@ img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: po
|
|||
zoom:1;
|
||||
&:before, &:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
display: table;
|
||||
}
|
||||
&:after {
|
||||
clear:both;
|
||||
|
@ -2741,12 +2741,12 @@ img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: po
|
|||
background: #fafafa;
|
||||
border:1px solid #dfdfdf;
|
||||
|
||||
&:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
&:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
h4 {
|
||||
background: #fff;
|
||||
|
@ -2903,11 +2903,11 @@ img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: po
|
|||
text-align: center;
|
||||
}
|
||||
.chart-container {
|
||||
background: #fff;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
border:1px solid #dfdfdf;
|
||||
border-radius:3px;
|
||||
background: #fff;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
border:1px solid #dfdfdf;
|
||||
border-radius:3px;
|
||||
}
|
||||
.main .chart-legend {
|
||||
margin-top: 12px;
|
||||
|
@ -2969,9 +2969,9 @@ form.report_filters {
|
|||
|
||||
/* Chart tooltips */
|
||||
.chart-tooltip {
|
||||
position: absolute;
|
||||
display: none;
|
||||
line-height: 1;
|
||||
position: absolute;
|
||||
display: none;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* Custom charts */
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
}
|
||||
.chzn-container-single .chzn-single {
|
||||
height: 28px;
|
||||
line-height: 29px;
|
||||
line-height: 29px;
|
||||
}
|
||||
.chzn-container-single .chzn-single div b {
|
||||
background: url('../images/chosen-sprite.png') no-repeat 0 3px !important;
|
||||
}
|
||||
.chzn-container-active .chzn-single-with-drop div b {
|
||||
background-position: -18px 4px !important;
|
||||
background-position: -18px 4px !important;
|
||||
}
|
||||
.chzn-container-single .chzn-search input {
|
||||
line-height: 13px;
|
||||
|
@ -28,411 +28,411 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
|
||||
.woocommerce-checkout .form-row {
|
||||
.chzn-container-single .chzn-single div b {
|
||||
background-image: url('../images/chosen-sprite@2x.png') !important;
|
||||
background-position: 0 5px !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 52px 37px !important;
|
||||
}
|
||||
.chzn-container-active .chzn-single-with-drop div b {
|
||||
background-position: -18px 5px !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
|
||||
.woocommerce-checkout .form-row {
|
||||
.chzn-container-single .chzn-single div b {
|
||||
background-image: url('../images/chosen-sprite@2x.png') !important;
|
||||
background-position: 0 5px !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 52px 37px !important;
|
||||
}
|
||||
.chzn-container-active .chzn-single-with-drop div b {
|
||||
background-position: -18px 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* @group Base */
|
||||
.chzn-container {
|
||||
font-size: 13px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
font-size: 13px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
.chzn-container .chzn-drop {
|
||||
background: #fff;
|
||||
border: 1px solid #aaa;
|
||||
border-top: 0;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: -9999px;
|
||||
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
|
||||
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
||||
box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
||||
z-index: 1010;
|
||||
width: 100%;
|
||||
-moz-box-sizing : border-box;
|
||||
-ms-box-sizing : border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-khtml-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
background: #fff;
|
||||
border: 1px solid #aaa;
|
||||
border-top: 0;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: -9999px;
|
||||
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
|
||||
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
||||
box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
||||
z-index: 1010;
|
||||
width: 100%;
|
||||
-moz-box-sizing : border-box;
|
||||
-ms-box-sizing : border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-khtml-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
}
|
||||
|
||||
.chzn-container.chzn-with-drop .chzn-drop {
|
||||
left: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Single Chosen */
|
||||
.chzn-container-single .chzn-single {
|
||||
background-color: #ffffff;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius : 5px;
|
||||
border-radius : 5px;
|
||||
-moz-background-clip : padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip : padding-box;
|
||||
border: 1px solid #aaaaaa;
|
||||
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
||||
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
height: 23px;
|
||||
line-height: 24px;
|
||||
padding: 0 0 0 8px;
|
||||
color: #444444;
|
||||
text-decoration: none;
|
||||
background-color: #ffffff;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius : 5px;
|
||||
border-radius : 5px;
|
||||
-moz-background-clip : padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip : padding-box;
|
||||
border: 1px solid #aaaaaa;
|
||||
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
||||
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
height: 23px;
|
||||
line-height: 24px;
|
||||
padding: 0 0 0 8px;
|
||||
color: #444444;
|
||||
text-decoration: none;
|
||||
}
|
||||
.chzn-container-single .chzn-default {
|
||||
color: #999;
|
||||
color: #999;
|
||||
}
|
||||
.chzn-container-single .chzn-single span {
|
||||
margin-right: 26px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
-o-text-overflow: ellipsis;
|
||||
-ms-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
margin-right: 26px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
-o-text-overflow: ellipsis;
|
||||
-ms-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.chzn-container-single .chzn-single abbr {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 26px;
|
||||
top: 6px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
font-size: 1px;
|
||||
background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 26px;
|
||||
top: 6px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
font-size: 1px;
|
||||
background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
|
||||
}
|
||||
.chzn-container-single .chzn-single abbr:hover {
|
||||
background-position: -42px -10px;
|
||||
background-position: -42px -10px;
|
||||
}
|
||||
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
|
||||
background-position: -42px -10px;
|
||||
background-position: -42px -10px;
|
||||
}
|
||||
.chzn-container-single .chzn-single div {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 18px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 18px;
|
||||
}
|
||||
.chzn-container-single .chzn-single div b {
|
||||
background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.chzn-container-single .chzn-search {
|
||||
padding: 3px 4px;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
z-index: 1010;
|
||||
padding: 3px 4px;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
z-index: 1010;
|
||||
}
|
||||
.chzn-container-single .chzn-search input {
|
||||
background: #fff url('../images/chosen-sprite.png') no-repeat 100% -20px;
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
||||
margin: 1px 0;
|
||||
padding: 4px 20px 4px 5px;
|
||||
outline: 0;
|
||||
border: 1px solid #aaa;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
width: 100%;
|
||||
-moz-box-sizing : border-box;
|
||||
-ms-box-sizing : border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-khtml-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
background: #fff url('../images/chosen-sprite.png') no-repeat 100% -20px;
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
||||
margin: 1px 0;
|
||||
padding: 4px 20px 4px 5px;
|
||||
outline: 0;
|
||||
border: 1px solid #aaa;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
width: 100%;
|
||||
-moz-box-sizing : border-box;
|
||||
-ms-box-sizing : border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-khtml-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
}
|
||||
.chzn-container-single .chzn-drop {
|
||||
margin-top: -1px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
-moz-border-radius : 0 0 4px 4px;
|
||||
border-radius : 0 0 4px 4px;
|
||||
-moz-background-clip : padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip : padding-box;
|
||||
margin-top: -1px;
|
||||
-webkit-border-radius: 0 0 4px 4px;
|
||||
-moz-border-radius : 0 0 4px 4px;
|
||||
border-radius : 0 0 4px 4px;
|
||||
-moz-background-clip : padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip : padding-box;
|
||||
}
|
||||
.chzn-container-single-nosearch .chzn-search {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Multi Chosen */
|
||||
.chzn-container-multi .chzn-choices {
|
||||
background-color: #fff;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
|
||||
border: 1px solid #aaa;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: text;
|
||||
overflow: hidden;
|
||||
height: auto !important;
|
||||
height: 1%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-moz-box-sizing : border-box;
|
||||
-ms-box-sizing : border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-khtml-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
background-color: #fff;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
|
||||
border: 1px solid #aaa;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: text;
|
||||
overflow: hidden;
|
||||
height: auto !important;
|
||||
height: 1%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-moz-box-sizing : border-box;
|
||||
-ms-box-sizing : border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-khtml-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices li {
|
||||
float: left;
|
||||
list-style: none;
|
||||
float: left;
|
||||
list-style: none;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-field {
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-field input {
|
||||
color: #666;
|
||||
background: transparent !important;
|
||||
border: 0 !important;
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
height: 15px;
|
||||
padding: 5px;
|
||||
margin: 1px 0;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow : none;
|
||||
box-shadow : none;
|
||||
color: #666;
|
||||
background: transparent !important;
|
||||
border: 0 !important;
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
height: 15px;
|
||||
padding: 5px;
|
||||
margin: 1px 0;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow : none;
|
||||
box-shadow : none;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-field .default {
|
||||
color: #999;
|
||||
color: #999;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-choice {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius : 3px;
|
||||
border-radius : 3px;
|
||||
-moz-background-clip : padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip : padding-box;
|
||||
background-color: #e4e4e4;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
||||
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
||||
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
||||
color: #333;
|
||||
border: 1px solid #aaaaaa;
|
||||
line-height: 13px;
|
||||
padding: 3px 20px 3px 5px;
|
||||
margin: 3px 0 3px 5px;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius : 3px;
|
||||
border-radius : 3px;
|
||||
-moz-background-clip : padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip : padding-box;
|
||||
background-color: #e4e4e4;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
||||
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
||||
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
||||
color: #333;
|
||||
border: 1px solid #aaaaaa;
|
||||
line-height: 13px;
|
||||
padding: 3px 20px 3px 5px;
|
||||
margin: 3px 0 3px 5px;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
|
||||
background-color: #e4e4e4;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
color: #666;
|
||||
border: 1px solid #cccccc;
|
||||
padding-right: 5px;
|
||||
background-color: #e4e4e4;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
||||
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
||||
color: #666;
|
||||
border: 1px solid #cccccc;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-choice-focus {
|
||||
background: #d4d4d4;
|
||||
background: #d4d4d4;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 4px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
font-size: 1px;
|
||||
background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 4px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
font-size: 1px;
|
||||
background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
|
||||
background-position: -42px -10px;
|
||||
background-position: -42px -10px;
|
||||
}
|
||||
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
|
||||
background-position: -42px -10px;
|
||||
background-position: -42px -10px;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Results */
|
||||
.chzn-container .chzn-results {
|
||||
margin: 0 4px 4px 0;
|
||||
max-height: 240px;
|
||||
padding: 0 0 0 4px;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
margin: 0 4px 4px 0;
|
||||
max-height: 240px;
|
||||
padding: 0 0 0 4px;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.chzn-container-multi .chzn-results {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.chzn-container .chzn-results li {
|
||||
display: none;
|
||||
line-height: 15px;
|
||||
padding: 5px 6px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
display: none;
|
||||
line-height: 15px;
|
||||
padding: 5px 6px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.chzn-container .chzn-results .active-result {
|
||||
cursor: pointer;
|
||||
display: list-item;
|
||||
cursor: pointer;
|
||||
display: list-item;
|
||||
}
|
||||
.chzn-container .chzn-results .highlighted {
|
||||
background-color: #3875d7;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
||||
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
||||
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
||||
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
||||
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
color: #fff;
|
||||
background-color: #3875d7;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
||||
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
||||
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
||||
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
||||
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
||||
color: #fff;
|
||||
}
|
||||
.chzn-container .chzn-results li em {
|
||||
background: #feffde;
|
||||
font-style: normal;
|
||||
background: #feffde;
|
||||
font-style: normal;
|
||||
}
|
||||
.chzn-container .chzn-results .highlighted em {
|
||||
background: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
.chzn-container .chzn-results .no-results {
|
||||
background: #f4f4f4;
|
||||
display: list-item;
|
||||
background: #f4f4f4;
|
||||
display: list-item;
|
||||
}
|
||||
.chzn-container .chzn-results .group-result {
|
||||
cursor: default;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
}
|
||||
.chzn-container .chzn-results .group-option {
|
||||
padding-left: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.chzn-container-multi .chzn-drop .result-selected {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
.chzn-container .chzn-results-scroll {
|
||||
background: white;
|
||||
margin: 0 4px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 321px; /* This should by dynamic with js */
|
||||
z-index: 1;
|
||||
background: white;
|
||||
margin: 0 4px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 321px; /* This should by dynamic with js */
|
||||
z-index: 1;
|
||||
}
|
||||
.chzn-container .chzn-results-scroll span {
|
||||
display: inline-block;
|
||||
height: 17px;
|
||||
text-indent: -5000px;
|
||||
width: 9px;
|
||||
display: inline-block;
|
||||
height: 17px;
|
||||
text-indent: -5000px;
|
||||
width: 9px;
|
||||
}
|
||||
.chzn-container .chzn-results-scroll-down {
|
||||
bottom: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.chzn-container .chzn-results-scroll-down span {
|
||||
background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
|
||||
background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
|
||||
}
|
||||
.chzn-container .chzn-results-scroll-up span {
|
||||
background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
|
||||
background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Active */
|
||||
.chzn-container-active .chzn-single {
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
||||
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
border: 1px solid #5897fb;
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
||||
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
border: 1px solid #5897fb;
|
||||
}
|
||||
.chzn-container-active.chzn-with-drop .chzn-single {
|
||||
border: 1px solid #aaa;
|
||||
-webkit-box-shadow: 0 1px 0 #fff inset;
|
||||
-moz-box-shadow : 0 1px 0 #fff inset;
|
||||
box-shadow : 0 1px 0 #fff inset;
|
||||
background-color: #eee;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
||||
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
||||
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
|
||||
-webkit-border-bottom-left-radius : 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomleft : 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-left-radius : 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border: 1px solid #aaa;
|
||||
-webkit-box-shadow: 0 1px 0 #fff inset;
|
||||
-moz-box-shadow : 0 1px 0 #fff inset;
|
||||
box-shadow : 0 1px 0 #fff inset;
|
||||
background-color: #eee;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
|
||||
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
||||
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
||||
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
||||
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
|
||||
-webkit-border-bottom-left-radius : 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomleft : 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-left-radius : 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.chzn-container-active.chzn-with-drop .chzn-single div {
|
||||
background: transparent;
|
||||
border-left: none;
|
||||
background: transparent;
|
||||
border-left: none;
|
||||
}
|
||||
.chzn-container-active.chzn-with-drop .chzn-single div b {
|
||||
background-position: -18px 2px;
|
||||
background-position: -18px 2px;
|
||||
}
|
||||
.chzn-container-active .chzn-choices {
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
||||
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
border: 1px solid #5897fb;
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
||||
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
border: 1px solid #5897fb;
|
||||
}
|
||||
.chzn-container-active .chzn-choices .search-field input {
|
||||
color: #111 !important;
|
||||
color: #111 !important;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Disabled Support */
|
||||
.chzn-disabled {
|
||||
cursor: default;
|
||||
opacity:0.5 !important;
|
||||
cursor: default;
|
||||
opacity:0.5 !important;
|
||||
}
|
||||
.chzn-disabled .chzn-single {
|
||||
cursor: default;
|
||||
cursor: default;
|
||||
}
|
||||
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
|
||||
cursor: default;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* @group Right to Left */
|
||||
|
@ -442,8 +442,8 @@
|
|||
|
||||
.chzn-rtl .chzn-single div { left: 3px; right: auto; }
|
||||
.chzn-rtl .chzn-single abbr {
|
||||
left: 26px;
|
||||
right: auto;
|
||||
left: 26px;
|
||||
right: auto;
|
||||
}
|
||||
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
|
||||
.chzn-rtl .chzn-choices li { float: right; }
|
||||
|
@ -456,29 +456,29 @@
|
|||
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
|
||||
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div { border-right: none; }
|
||||
.chzn-rtl .chzn-search input {
|
||||
background: #fff url('../images/chosen-sprite.png') no-repeat -30px -20px;
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
||||
padding: 4px 5px 4px 20px;
|
||||
direction: rtl;
|
||||
background: #fff url('../images/chosen-sprite.png') no-repeat -30px -20px;
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
||||
background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
||||
padding: 4px 5px 4px 20px;
|
||||
direction: rtl;
|
||||
}
|
||||
.chzn-container-single.chzn-rtl .chzn-single div b {
|
||||
background-position: 6px 2px;
|
||||
background-position: 6px 2px;
|
||||
}
|
||||
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
|
||||
background-position: -12px 2px;
|
||||
background-position: -12px 2px;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Retina compatibility */
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
|
||||
.chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
|
||||
background-image: url('../images/chosen-sprite@2x.png') !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 52px 37px !important;
|
||||
}
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
|
||||
.chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
|
||||
background-image: url('../images/chosen-sprite@2x.png') !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 52px 37px !important;
|
||||
}
|
||||
}
|
||||
/* @end */
|
||||
|
|
|
@ -224,89 +224,89 @@ p.demo_store {
|
|||
.woocommerce-tabs {
|
||||
|
||||
ul.tabs {
|
||||
list-style:none;
|
||||
padding: 0 0 0 1em;
|
||||
margin: 0 0 1.618em;
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
list-style:none;
|
||||
padding: 0 0 0 1em;
|
||||
margin: 0 0 1.618em;
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
|
||||
li {
|
||||
border: 1px solid darken( @secondary, 10 );
|
||||
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
.border_radius_top(4px);
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255,255,255,0.6);
|
||||
margin: 0 -5px;
|
||||
padding: 0 1em;
|
||||
li {
|
||||
border: 1px solid darken( @secondary, 10 );
|
||||
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
.border_radius_top(4px);
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255,255,255,0.6);
|
||||
margin: 0 -5px;
|
||||
padding: 0 1em;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
padding: .5em 0;
|
||||
font-weight:bold;
|
||||
color: @secondarytext;
|
||||
.darkorlighttextshadow( @secondarytext );
|
||||
text-decoration: none;
|
||||
a {
|
||||
display: inline-block;
|
||||
padding: .5em 0;
|
||||
font-weight:bold;
|
||||
color: @secondarytext;
|
||||
.darkorlighttextshadow( @secondarytext );
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration:none;
|
||||
color: lighten( @secondarytext, 10 );
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
text-decoration:none;
|
||||
color: lighten( @secondarytext, 10 );
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: @contentbg;
|
||||
z-index: 2;
|
||||
border-bottom-color: @contentbg;
|
||||
&.active {
|
||||
background: @contentbg;
|
||||
z-index: 2;
|
||||
border-bottom-color: @contentbg;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
&:before {
|
||||
box-shadow: 2px 2px 0 @contentbg;
|
||||
}
|
||||
&:before {
|
||||
box-shadow: 2px 2px 0 @contentbg;
|
||||
}
|
||||
|
||||
&:after {
|
||||
box-shadow: -2px 2px 0 @contentbg;
|
||||
}
|
||||
}
|
||||
&:before, &:after {
|
||||
border: 1px solid darken( @secondary, 10 );
|
||||
position:absolute;
|
||||
bottom: -1px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
content: " ";
|
||||
}
|
||||
&:before {
|
||||
left: -6px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-mox-border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-width: 0 1px 1px 0;
|
||||
box-shadow: 2px 2px 0 darken( @secondary, 10 );
|
||||
}
|
||||
&:after {
|
||||
right: -6px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-mox-border-bottom-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-width: 0 0 1px 1px;
|
||||
box-shadow: -2px 2px 0 darken( @secondary, 10 );
|
||||
}
|
||||
}
|
||||
&:before {
|
||||
position:absolute;
|
||||
content: " ";
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-bottom: 1px solid darken( @secondary, 10 );
|
||||
z-index: 1;
|
||||
}
|
||||
&:after {
|
||||
box-shadow: -2px 2px 0 @contentbg;
|
||||
}
|
||||
}
|
||||
&:before, &:after {
|
||||
border: 1px solid darken( @secondary, 10 );
|
||||
position:absolute;
|
||||
bottom: -1px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
content: " ";
|
||||
}
|
||||
&:before {
|
||||
left: -6px;
|
||||
-webkit-border-bottom-right-radius: 4px;
|
||||
-mox-border-bottom-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-width: 0 1px 1px 0;
|
||||
box-shadow: 2px 2px 0 darken( @secondary, 10 );
|
||||
}
|
||||
&:after {
|
||||
right: -6px;
|
||||
-webkit-border-bottom-left-radius: 4px;
|
||||
-mox-border-bottom-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-width: 0 0 1px 1px;
|
||||
box-shadow: -2px 2px 0 darken( @secondary, 10 );
|
||||
}
|
||||
}
|
||||
&:before {
|
||||
position:absolute;
|
||||
content: " ";
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-bottom: 1px solid darken( @secondary, 10 );
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
.panel {
|
||||
margin: 0 0 2em;
|
||||
|
@ -523,38 +523,38 @@ p.demo_store {
|
|||
|
||||
a.button, button.button, input.button, #respond input#submit, #content input.button {
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
line-height: 1em;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
font-family: inherit;
|
||||
margin: 0;
|
||||
line-height: 1em;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
font-family: inherit;
|
||||
text-decoration:none;
|
||||
overflow: visible;
|
||||
padding: 6px 10px;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
.border_radius(2px);
|
||||
left: auto;
|
||||
text-shadow:0 1px 0 @secondary + #111;
|
||||
color: @secondarytext;
|
||||
.darkorlighttextshadow( @secondarytext );
|
||||
border: 1px solid darken( @secondary, 20 );
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
.border_radius(2px);
|
||||
left: auto;
|
||||
text-shadow:0 1px 0 @secondary + #111;
|
||||
color: @secondarytext;
|
||||
.darkorlighttextshadow( @secondarytext );
|
||||
border: 1px solid darken( @secondary, 20 );
|
||||
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
|
||||
-webkit-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
|
||||
&.loading {
|
||||
color: lighten( @secondarytext, 10 );
|
||||
|
@ -643,7 +643,7 @@ p.demo_store {
|
|||
|
||||
/* Hide buttons for opera */
|
||||
noindex:-o-prefocus, input[type=number] {
|
||||
padding-right: 1.2em;
|
||||
padding-right: 1.2em;
|
||||
}
|
||||
|
||||
.plus, .minus {
|
||||
|
@ -657,34 +657,34 @@ p.demo_store {
|
|||
height: 15px;
|
||||
text-decoration:none;
|
||||
overflow: visible;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
cursor: pointer;
|
||||
line-height: 13px;
|
||||
font-size: 12px;
|
||||
.border_radius(2px);
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
cursor: pointer;
|
||||
line-height: 13px;
|
||||
font-size: 12px;
|
||||
.border_radius(2px);
|
||||
|
||||
color: @secondarytext;
|
||||
color: @secondarytext;
|
||||
.darkorlighttextshadow( @secondarytext );
|
||||
border: 1px solid darken( @secondary, 20 );
|
||||
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
||||
|
||||
-webkit-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
-moz-box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
box-shadow:
|
||||
inset 0 -1px 0 rgba(0,0,0,0.075),
|
||||
inset 0 1px 0 rgba(255,255,255,0.3),
|
||||
0 1px 2px rgba(0,0,0,0.1);
|
||||
|
||||
&:hover {
|
||||
.vertical_gradient( @secondary, darken( @secondary, 15 ) );
|
||||
}
|
||||
&:hover {
|
||||
.vertical_gradient( @secondary, darken( @secondary, 15 ) );
|
||||
}
|
||||
}
|
||||
|
||||
.plus {
|
||||
|
@ -1552,11 +1552,11 @@ p.demo_store {
|
|||
float:left;
|
||||
}
|
||||
}
|
||||
.ui-slider {
|
||||
.ui-slider {
|
||||
position: relative;
|
||||
text-align:left;
|
||||
}
|
||||
.ui-slider .ui-slider-handle {
|
||||
.ui-slider .ui-slider-handle {
|
||||
position:absolute;
|
||||
z-index: 2;
|
||||
width: 0.9em;
|
||||
|
@ -1581,7 +1581,7 @@ p.demo_store {
|
|||
margin-left: -1em;
|
||||
}
|
||||
}
|
||||
.ui-slider .ui-slider-range {
|
||||
.ui-slider .ui-slider-range {
|
||||
position:absolute;
|
||||
z-index: 1;
|
||||
font-size: .7em;
|
||||
|
@ -1591,22 +1591,21 @@ p.demo_store {
|
|||
.inset_box_shadow(0,0,0,1px,rgba(0,0,0,0.5));
|
||||
.border_radius(1em);
|
||||
}
|
||||
.price_slider_wrapper .ui-widget-content {
|
||||
.price_slider_wrapper .ui-widget-content {
|
||||
.border_radius(1em);
|
||||
.vertical_gradient( @quaternary, lighten( @quaternary, 30 ) );
|
||||
}
|
||||
.ui-slider-horizontal {
|
||||
.ui-slider-horizontal {
|
||||
height: .5em;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-range {
|
||||
.ui-slider-horizontal .ui-slider-range {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-range-min {
|
||||
.ui-slider-horizontal .ui-slider-range-min {
|
||||
left: -1px;
|
||||
}
|
||||
|
||||
.ui-slider-horizontal .ui-slider-range-max {
|
||||
.ui-slider-horizontal .ui-slider-range-max {
|
||||
right: -1px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue