woocommerce/assets/css/admin.less

1659 lines
37 KiB
Plaintext
Raw Normal View History

2011-08-15 16:48:24 +00:00
#icon-woocommerce, .woocommerce_icon, .icon32-posts-product, .icon32-posts-shop_order, .icon32-posts-shop_coupon, .icon32-posts-product_variation {
2011-08-10 17:11:11 +00:00
background-image: url(../images/icons/woocommerce-icons.png) !important;
2011-08-10 17:19:06 +00:00
background-position: -11px -6px;
2011-08-09 15:16:18 +00:00
}
.icon32-posts-product {
2011-08-10 17:19:06 +00:00
background-position: -185px -6px !important;
2011-08-09 15:16:18 +00:00
}
.icon32-posts-product {
2011-08-10 17:19:06 +00:00
background-position: -69px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:19:06 +00:00
.icon32-posts-shop_order {
background-position: -127px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.icon32-attributes {
2011-08-10 17:19:06 +00:00
background-position: -185px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.icon32-woocommerce-settings {
2011-08-10 17:19:06 +00:00
background-position: -359px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-15 16:48:24 +00:00
.icon32-posts-shop_coupon {
background-position: -475px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.icon32-posts-product_variation {
background-position: -533px -6px !important;
}
2011-09-16 17:39:37 +00:00
.icon32-woocommerce-reports {
background-position: -591px -6px !important;
}
2011-08-09 15:16:18 +00:00
.wrap.woocommerce div.updated {
margin-top: 10px;
}
2011-08-09 15:16:18 +00:00
/* Orders */
#order_data {
padding: 0 10px 9px;
.order_data_left {
width: 48%;
float: left;
h2 {
margin-top: 11px;
margin-bottom: 0;
}
p {
padding: 0 !important;
}
.form-field {
float: left;
width: 50%;
padding: 0;
margin: 9px 0 0 0;
label {
display: block;
padding: 0 0 3px;
}
input, textarea {
width: 100%;
}
select {
width: 100%;
}
#order_status_chzn {
.chzn-search {
display: none;
}
}
}
.form-field-wide {
width: 100%;
clear: both;
}
}
.order_data_right {
width: 48%;
float: right;
.order_data {
overflow: hidden;
zoom: 1;
}
h2 {
margin-top: 11px;
margin-bottom: 0;
}
p {
padding: 0 !important;
}
p.none_set {
color: #999;
}
.form-field {
float: left;
width: 50%;
padding: 0;
margin: 9px 0 0 0;
label {
display: block;
padding: 0 0 3px;
}
input {
width: 95%;
}
}
._billing_company_field, ._shipping_company_field {
clear: both;
width: 100%;
input {
width: 97.5%;
}
}
div.edit_address {
display: none;
overflow: hidden;
zoom: 1;
}
}
}
2011-08-09 15:16:18 +00:00
.order_actions {
color: #999;
font-size: 11px;
margin: 0;
overflow: hidden;
zoom: 1;
2011-08-09 15:16:18 +00:00
li {
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
padding: 6px 0;
2011-08-09 15:16:18 +00:00
margin: 0;
line-height: 1.6em;
float: left;
width: 50%;
text-align: center;
a {
float: none;
text-align: center;
}
&.wide {
width: auto;
float: none;
clear: both;
padding: 6px;
text-align: left;
}
2011-08-09 15:16:18 +00:00
}
}
2011-08-10 17:11:11 +00:00
#woocommerce-order-items {
2011-08-09 15:16:18 +00:00
.inside {
margin: 0;
padding: 0;
background: #fefefe;
}
.buttons {
float: left;
padding-left: 6px;
vertical-align: top;
.add_item_id {
width: 400px;
2011-08-09 15:16:18 +00:00
vertical-align: top;
}
button {
margin: 2px 0 0 0;
}
}
.buttons-alt {
float: right;
padding-right: 6px;
}
h3 small {
color: #999;
}
}
ul.totals {
2011-08-09 15:16:18 +00:00
margin: 6px 6px 0;
float: left;
li {
2011-08-09 15:16:18 +00:00
float: left;
clear: both;
2011-08-09 15:16:18 +00:00
width: 100%;
font-size: 1.2em;
font-weight: bold;
line-height: 1.2em;
2011-10-13 12:25:24 +00:00
margin: 0;
padding: 0 0 9px;
label {
font-weight: normal;
display: block;
font-size: 0.8em;
color: #333;
}
2011-08-09 15:16:18 +00:00
input {
width: 100%;
vertical-align: middle;
font-size: 1em;
margin: 0 !important;
font-weight: normal;
color: #555;
2011-08-09 15:16:18 +00:00
}
input.first {
width: 49%;
float: left;
}
input.last {
width: 49%;
float: right;
}
}
li.left {
float: left;
width: 49%;
clear: none;
input {
width: 100%;
}
}
li.right {
float: right;
width: 49%;
clear: none;
input {
width: 100%;
}
}
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.woocommerce_order_items_wrapper {
2011-08-09 15:16:18 +00:00
margin: 0;
2011-08-10 17:11:11 +00:00
table.woocommerce_order_items {
2011-08-09 15:16:18 +00:00
width: 100%;
background: #fff;
thead th {
background: #ECECEC;
2011-08-20 15:41:42 +00:00
padding: 8px 8px;
2011-08-09 15:16:18 +00:00
font-size: 11px;
text-align: left;
}
td {
2011-08-20 15:41:42 +00:00
padding: 8px 8px;
2011-08-09 15:16:18 +00:00
text-align: left;
2011-08-19 20:11:04 +00:00
line-height: 26px;
vertical-align: top;
2011-08-09 15:16:18 +00:00
border-bottom: 1px dotted #ececec;
input, textarea {
width: 100%;
}
select {
width: 50%;
}
input, textarea {
font-size: 14px;
padding: 4px;
color: #555;
}
}
.name {
min-width: 100px;
}
2011-08-20 15:41:42 +00:00
.center, .variation-id, .product-id {
2011-08-09 15:16:18 +00:00
text-align: center;
}
2011-08-20 15:41:42 +00:00
.quantity, .cost, .tax {
width: 60px;
}
2011-08-09 15:16:18 +00:00
table.meta {
2011-08-20 15:41:42 +00:00
width: 100%;
2011-08-09 15:16:18 +00:00
tr {
td {
padding: 1px 4px 1px 0;
border: 0;
2011-08-20 15:41:42 +00:00
input {
width: 150px;
}
2011-08-09 15:16:18 +00:00
}
}
}
}
}
.widefat {
2011-08-09 15:16:18 +00:00
.column-order_title {
time {
2011-08-20 15:41:42 +00:00
display: block;
2011-08-09 15:16:18 +00:00
color:#999;
2011-08-20 15:41:42 +00:00
margin: 3px 0;
2011-08-09 15:16:18 +00:00
}
}
2011-08-20 15:41:42 +00:00
small.meta {
display: block;
color:#999;
font-size: inherit;
margin: 3px 0;
}
2011-09-19 14:00:32 +00:00
.column-total_cost, .column-order_date {
2011-08-20 15:41:42 +00:00
width:150px !important;
2011-08-09 15:16:18 +00:00
}
.column-order_status {
2011-09-22 20:29:54 +00:00
width:90px;
2011-08-09 15:16:18 +00:00
text-align: center;
mark {
2011-09-22 20:29:54 +00:00
display:block;
text-align: center;
white-space: nowrap;
padding: 0 2px;
2011-08-09 15:16:18 +00:00
background: #fff;
2011-09-22 20:29:54 +00:00
border: 1px solid #fff;
-webkit-box-shadow:inset 0 0 2px 1px rgba(255,255,255,0.5);
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
margin: 0;
2011-08-09 15:16:18 +00:00
font-size:9px;
text-transform: uppercase;
color:#fff;
font-weight: bold;
2011-09-22 20:29:54 +00:00
text-shadow:0 1px 0 rgba(0,0,0,0.3);
2011-08-09 15:16:18 +00:00
}
mark.pending {
2011-09-22 20:29:54 +00:00
background-color: #999;
border-color: #999;
2011-08-09 15:16:18 +00:00
}
mark.completed {
2011-09-22 20:29:54 +00:00
background-color: #a0658b;
border-color: #a0658b;
}
mark.on-hold {
background-color: #E66F00;
border-color: #E66F00;
2011-08-09 15:16:18 +00:00
}
2011-09-22 20:29:54 +00:00
mark.failed {
background-color: red;
border-color: red;
2011-08-09 15:16:18 +00:00
}
mark.cancelled {
2011-09-22 20:29:54 +00:00
background-color: #ccc;
border-color: #ccc;
2011-08-09 15:16:18 +00:00
}
mark.processing {
2011-09-22 20:29:54 +00:00
background-color: #2184c2;
border-color: #2184c2;
2011-08-09 15:16:18 +00:00
}
mark.refunded {
2011-09-22 20:29:54 +00:00
background-color: #ccc;
border-color: #ccc;
2011-08-09 15:16:18 +00:00
}
}
}
ul.subsubsub {
li.pending {
a {
color:#E66F00;
}
}
li.completed {
a {
color:green;
}
}
li.onhold {
a {
color:red;
}
}
li.cancelled {
a {
color:#dfdfdf;
}
}
li.refunded {
a {
color:#ccc;
}
}
}
/* Order notes */
ul.order_notes {
padding: 2px 0 0 0;
li {
.note_content {
padding: 10px;
background: #efefef;
position: relative;
p {
margin: 0;
padding: 0;
}
}
p.meta {
padding: 10px;
color: #999;
margin: 0;
font-size: 11px;
}
a.delete_note {
color: red
}
.note_content:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 30px;
width: 0;
height: 0;
border-width: 15px 15px 0 0;
border-style: solid;
border-color: #efefef transparent;
}
}
li.customer-note {
.note_content {
background: #d7cad2;
}
.note_content:after {
border-color: #d7cad2 transparent;
}
}
}
.add_note {
border-top: 1px solid #ddd;
padding: 10px;
h4 {
margin-top: 5px !important;
}
input#add_order_note {
width: 50%;
}
}
2011-08-09 15:16:18 +00:00
/* Product list */
table.wp-list-table {
.column-thumb {
width: 66px;
text-align: center;
white-space: nowrap
}
.column-sku, .column-product_type, .column-product_cat, .column-product_tags, .column-is_in_stock, .column-price, .column-product_date, .column-featured {
width: 9%;
}
img {
margin: 1px 2px;
}
.column-thumb img {
padding: 2px;
margin: 0;
border: 1px solid #dfdfdf;
vertical-align: middle;
width: 42px;
height: 42px;
}
span.na {
color: #999;
}
.column-featured, .column-is_in_stock {
text-align: left !important;
}
2011-08-09 15:16:18 +00:00
}
/* Dashboard */
2011-10-09 13:23:20 +00:00
ul.woocommerce_stats {
overflow: hidden;
zoom: 1;
li {
width: 22%;
padding: 0 1.4%;
float: left;
font-size: 0.8em;
border-left: 1px solid #fff;
border-right: 1px solid #ececec;
text-align: center;
}
li:first-child {
border-left: 0;
}
li:last-child {
border-right: 0;
}
strong {
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size: 4em;
line-height: 1.2em;
font-weight: normal;
text-align: center;
display:block;
}
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now p.woocommerce_sub {
position: static;
top: auto;
left: auto;
margin: 15px 5px 0;
padding: 0 0 5px 0;
border-bottom: #ECECEC 1px solid;
}
#dashboard_right_now .onhold {
color: red;
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now .pending {
color: #e66f00;
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now .complete {
color: green;
2011-08-09 15:16:18 +00:00
}
#dashboard_right_now .t, #dashboard_right_now .t a {
white-space: normal;
}
2011-08-09 15:16:18 +00:00
2011-08-19 14:48:41 +00:00
#woocommmerce_dashboard_sales {
2011-08-09 15:16:18 +00:00
h3 a {
float: right;
margin-left: 8px;
}
}
2011-09-20 10:30:21 +00:00
ul.recent-orders, ul.stock_list {
2011-08-09 15:16:18 +00:00
li {
overflow: hidden;
zoom: 1;
border-bottom: #ECECEC 1px solid;
padding: 0 0 8px;
margin: 0 0 8px;
.order-status {
float: right;
}
small {
color: #999;
}
2011-09-16 23:07:40 +00:00
.order-cost, .order-customer {
2011-08-09 15:16:18 +00:00
margin-left: 8px;
}
.completed {
color: green;
}
.on-hold {
color: red;
}
.processing {
color: #21759B;
}
.pending {
color: #E66F00;
}
.refunded, .cancelled {
color: #999;
}
}
2011-09-20 10:30:21 +00:00
&.stock_list {
small {
float: right;
}
a {
text-decoration: none;
}
}
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#woocommmerce_dashboard_recent_reviews {
2011-08-09 15:16:18 +00:00
li {
line-height: 1.5em;
margin-bottom: 12px;
}
h4.meta {
line-height: 1.4;
margin: -.2em 0 0 0;
font-weight: normal;
color: #999;
}
blockquote {
padding: 0;
margin: 0;
}
.avatar {
float: left;
margin: 0 10px 5px 0;
}
.star-rating {
float: right;
width: 50px;
height: 10px;
margin: 3px 0 0 0;
background: url(../images/admin-star.png) repeat-x left -10px;
2011-08-09 15:16:18 +00:00
span {
background: url(../images/admin-star.png) repeat-x left 0;
2011-08-09 15:16:18 +00:00
height: 0;
padding-top: 10px;
2011-08-09 15:16:18 +00:00
overflow: hidden;
float: left;
}
}
}
/* Settings */
.woocommerce table.shippingrows, .woocommerce table.taxrows {
td, th {
vertical-align: top;
line-height: 25px;
2011-10-24 14:51:54 +00:00
}
a.remove {
margin: 0 !important;
2011-10-24 14:51:54 +00:00
}
.dupe, .remove {
2011-10-24 14:51:54 +00:00
float: right;
margin-left: 9px;
2011-10-24 14:51:54 +00:00
}
tbody .check-column {
padding-top: 8px;
input {
margin: 0 0 0 8px;
}
2011-10-24 14:51:54 +00:00
}
td.apply_to_shipping {
padding-top: 8px;
}
td.rate {
input {
width: 100px;
2011-08-24 16:23:04 +00:00
}
}
td.country {
overflow: visible !important;
p {
line-height: 25px;
margin: 0;
color: #666;
2011-08-24 16:23:04 +00:00
}
button.edit_options {
float: right;
}
select {
margin: 9px 0;
width: 100%;
height: 160px !important;
}
p.edit, .options {
min-width: 400px;
}
.chzn-container {
width: 100% !important;
margin: 9px 0 5px;
.chzn-drop {
width: 100% !important;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.search-field input {
width: 150px !important;
2011-08-24 16:23:04 +00:00
}
}
2011-08-09 15:16:18 +00:00
}
}
2011-11-28 16:35:17 +00:00
.woocommerce {
table.widefat {
table.coupon_rows {
border: 0 !important;
width: 100%;
thead {
th {
padding: 1px;
border: 0;
font-weight: normal;
font-size: 11px;
color: #999;
}
2011-08-09 15:16:18 +00:00
}
2011-11-28 16:35:17 +00:00
tbody {
td {
padding: 3px 3px 0 0;
border: 0;
vertical-align: middle;
input.text {
width: 95px;
}
2011-08-09 15:16:18 +00:00
}
}
}
}
2011-11-28 16:35:17 +00:00
table.form-table {
textarea.input-text {
height: 100%;
min-width: 150px;
}
textarea.wide-input {
width: 100%;
}
}
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table a.remove {
2011-08-09 15:16:18 +00:00
margin-left: 4px;
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table p {
2011-08-09 15:16:18 +00:00
margin: 0 0 4px !important;
overflow: hidden;
zoom: 1;
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table p a.add {
2011-08-09 15:16:18 +00:00
float: left;
}
/* Write Panels */
2011-08-24 19:32:33 +00:00
#product_variation-parent #parent_id {
width: 100%;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs, .woocommerce ul.tabs {
2011-08-09 15:16:18 +00:00
background: #ececec;
padding: 7px 9px 0;
2011-10-15 11:16:56 +00:00
margin: 0;
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
line-height: 1em;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li, .woocommerce ul.tabs li {
2011-08-09 15:16:18 +00:00
float: left;
padding: 0;
margin: 0 5px 0 0;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li a, .woocommerce ul.tabs li a {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0;
border: 0;
border: 1px solid #d5d5d5;
border-bottom: 0;
float: left;
padding: 9px 9px;
2011-08-09 15:16:18 +00:00
background: #e1e1e1;
text-decoration: none;
color: #555;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li.active a, .woocommerce ul.tabs li.active a {
2011-08-11 22:39:02 +00:00
background: #f8f8f8;
2011-08-09 15:16:18 +00:00
border-color: #e1e1e1;
color: #333;
background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(248,248,248) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(248,248,248) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(248,248,248) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(248,248,248) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(248,248,248) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(255,255,255)),
color-stop(1, rgb(248,248,248))
);
2011-08-09 15:16:18 +00:00
}
#woocommerce-product-data .inside, #woocommerce-product-type-options .inside, #woocommerce-order-data .inside, #woocommerce-product-type .inside {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel, .panel {
2011-08-09 15:16:18 +00:00
padding: 9px 9px 9px 9px;
color: #555;
}
.woocommerce_page_settings .woocommerce_options_panel, .panel, #woocommerce-product-type .woocommerce_options_panel {
2011-08-09 15:16:18 +00:00
padding: 0;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-type-options .panel, #woocommerce-product-specs .inside {
2011-08-09 15:16:18 +00:00
padding: 9px;
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel p, #woocommerce-product-type-options .panel p {
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
margin: 0 0 9px;
font-size: 12px;
padding: 5px 9px;
2011-08-09 15:16:18 +00:00
line-height: 24px;
}
2011-10-15 11:16:56 +00:00
.woocommerce_options_panel p {
margin: 9px 0 9px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel label {
2011-08-09 15:16:18 +00:00
float: left;
width: 150px;
padding: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel label .req {
2011-08-09 15:16:18 +00:00
font-weight: bold;
font-style: normal;
color: red;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .description {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0 0 0 7px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .description-block {
2011-08-09 15:16:18 +00:00
margin-left: 0;
display: block;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel textarea, .woocommerce_options_panel input, .woocommerce_options_panel select {
2011-08-09 15:16:18 +00:00
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel textarea {
2011-08-09 15:16:18 +00:00
width: 50% !important;
float: left;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel input {
2011-08-09 15:16:18 +00:00
width: 50%;
float: left;
}
.woocommerce_options_panel input.button {
width: auto;
margin-left: 8px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .checkbox, table.woocommerce_variable_attributes .checkbox {
2011-08-09 15:16:18 +00:00
vertical-align: middle;
margin: 7px 0;
2011-08-15 16:48:24 +00:00
width: auto;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel select {
2011-08-09 15:16:18 +00:00
float: left;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .short {
2011-08-09 15:16:18 +00:00
width: 20%;
}
2011-10-08 11:57:04 +00:00
.woocommerce_options_panel .sized {
width: auto !important;
margin-right: 6px;
}
.woocommerce_options_panel .options_group {
border-top: 1px solid white;
border-bottom: 1px solid #DFDFDF;
}
2011-08-09 15:16:18 +00:00
2011-11-07 14:13:04 +00:00
#woocommerce_attributes td.handle {
vertical-align: middle;
width: 14px;
background: url(../images/handle.png) no-repeat right center;
cursor: move;
padding-right: 0;
}
#woocommerce_attributes, #variable_product_options {
2011-08-09 15:16:18 +00:00
padding: 12px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_attributes_wrapper, .woocommerce_variable_attributes_wrapper {
2011-08-09 15:16:18 +00:00
margin-bottom: 7px;
border: 1px solid #ececec;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes, table.woocommerce_variable_attributes {
2011-08-09 15:16:18 +00:00
width: 100%;
2011-11-07 14:13:04 +00:00
position: relative;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes thead th, table.woocommerce_variable_attributes thead th {
2011-08-09 15:16:18 +00:00
background: #ececec;
padding: 7px 9px;
font-size: 11px;
text-align: left;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td, table.woocommerce_variable_attributes td {
2011-08-09 15:16:18 +00:00
padding: 2px 9px;
text-align: left;
vertical-align: middle;
border-bottom: 1px dotted #ececec;
}
2011-11-28 10:29:23 +00:00
table.woocommerce_attributes td input, table.woocommerce_attributes td textarea, table.woocommerce_variable_attributes td input, table.woocommerce_variable_attributes td textarea {
2011-08-09 15:16:18 +00:00
width: 100%;
2011-11-28 10:29:23 +00:00
margin: 0;
display: block;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td select {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td input, table.woocommerce_variable_attributes td input, table.woocommerce_variable_attributes td textarea {
2011-08-09 15:16:18 +00:00
font-size: 14px;
padding: 4px;
color: #555;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes .taxonomy td.name {
2011-08-09 15:16:18 +00:00
padding: 10px 15px;
font-size: 14px;
color: #555;
}
2011-09-11 17:33:26 +00:00
table.woocommerce_attributes .taxonomy td.values {
position: relative;
.chzn-container {
width: 100% !important;
margin: 0 1px;
display: block;
.chzn-drop {
width: 100% !important;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
}
2011-09-11 17:33:26 +00:00
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes .center {
2011-08-09 15:16:18 +00:00
text-align: center;
}
2011-08-20 21:03:31 +00:00
#woocommerce_attributes select.attribute_taxonomy, button.add_attribute, button.add_variable_attribute, button.add_variation, button.link_all_variations {
2011-08-09 15:16:18 +00:00
float: right;
}
#upsells_and_crosssells_product_data {
padding: 0 9px 9px;
}
2011-08-09 15:16:18 +00:00
div.multi_select_products_wrapper {
float: left;
width: 49%;
padding: 0;
}
div.multi_select_products_wrapper-alt {
float: right;
2011-08-09 15:16:18 +00:00
}
.multi_select_products {
border-bottom: 1px solid #ececec;
margin: 0;
padding: 0;
2011-08-13 13:57:48 +00:00
width: 100%;
2011-08-09 15:16:18 +00:00
float: left;
background: #fff;
overflow: hidden;
height: auto;
}
.multi_select_products_target_upsell, .multi_select_products_target_crosssell {
margin: 20px 0;
}
2011-09-19 14:57:17 +00:00
.multi_select_products.loading {
background: #fff url(../images/ajax-loader.gif) no-repeat center;
}
2011-08-09 15:16:18 +00:00
.multi_select_products li {
padding: 7px 9px;
margin: 0 !important;
2011-08-09 15:16:18 +00:00
line-height: 2em;
border: 1px solid #ececec;
border-bottom: 0;
}
2011-08-09 15:16:18 +00:00
.multi_select_products button {
float: right;
vertical-align: middle;
}
2011-08-11 10:51:33 +00:00
.multi_select_products .product_search input {
width: 100%;
}
2011-08-09 15:16:18 +00:00
2011-08-10 17:11:11 +00:00
#woocommerce-product-data input.dp-applied {
2011-08-09 15:16:18 +00:00
float: left;
}
#grouped_product_options, #virtual_product_options, #simple_product_options {
padding: 12px;
font-style: italic;
color: #666;
}
/* Configuration */
#variable_product_options {
p.description {
float: left;
padding: 0;
margin: 0;
}
p.bulk_edit, p.default_variation {
background: #ececec;
padding: 6px !important;
margin: 0 0 8px !important;
overflow: hidden;
zoom: 1;
strong {
margin: 0 6px 0 0;
float: left;
line-height: 23px;
}
.button, select {
margin: 0 6px 0 0;
float: left;
}
a.set {
padding-left: 20px;
background: #fefefe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYGWP8//8/AzGACV3Rnj17/oMwujiGQnQFMD7RChlBbsRmFcwkEO3i4sJImonIumGmg0xBFifaRKIVgj2DbAUuNgCfThpracSKqwAAAABJRU5ErkJggg==) no-repeat 7px 5px;
}
a.toggle {
padding-left: 20px;
background: #fefefe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAWUlEQVQYGY3QAQrAIAgFUB07mrfWu7kc+2JRsiA0fJnE7k5m5tQsEWFS1WGduh3mahpNLx3hOs4WAr2zfU8mRBGxorAJ4wAU+boS1g41x4UbScQdQJ3/fvgDtStDiI0qoDcAAAAASUVORK5CYII=) no-repeat 7px 5px;
}
}
2011-08-09 15:16:18 +00:00
}
.woocommerce_variation {
2011-08-09 15:16:18 +00:00
background: #ececec;
border: 1px solid #ececec;
margin: 0 0 8px !important;
2011-08-09 15:16:18 +00:00
p {
margin: 0 !important;
padding: 6px !important;
2011-08-09 15:16:18 +00:00
button {
float: right;
}
}
table td {
background: #fff;
padding: 6px 6px;
vertical-align: middle;
width: 16.66%;
2011-08-09 15:16:18 +00:00
label {
color: #999;
font-size: 10px;
text-transform: uppercase;
text-align: left;
display: block;
line-height: 16px;
}
input {
float: left;
width: 100%;
}
&.dimensions_field {
input {
width: 32%;
margin-right: 2%;
}
.last {
margin-right: 0;
}
}
2011-08-09 15:16:18 +00:00
&.upload_image {
width: 1%;
white-space: nowrap;
img {
float: none;
margin-right: 6px;
vertical-align: middle;
}
.button {
margin: 0;
padding: 4px 10px;
width: auto;
float: none;
vertical-align: middle;
}
.upload_image_button {
display: block;
position: relative;
.overlay {
display: none;
width: 60px;
height: 60px;
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
opacity:0.5;
background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYGW2OUQrAMAhDFy8+dnKnwiuh2I+aJulDZebDkfSie1b28Q7EXWrfvSm60RQnkQUC8ja7owpmL6d4GdDZ0cNNHyIhZEj4QYCxze6orsluAh8AnR0xKPR07weXJi8JGd3qqwAAAABJRU5ErkJggg==) no-repeat center center;
}
}
.upload_image_button:hover {
.overlay {
display: block;
}
}
.upload_image_button.remove .overlay {
background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAWElEQVQYGY2OUQ6AMAxCZdm9jSev65K3YKNm+6EFBlVEHDxJJ3Pi0C72xlBNyTs3jU7wEUTTIB51GCp2CL8HLpHEdaOLb/N2dfuq9NT0zOo/M9q6EaImsd/uViMLVuD4KAAAAABJRU5ErkJggg==) no-repeat center center;
}
2011-08-09 15:16:18 +00:00
}
.file_path_field {
position: relative;
padding-right: 40px;
.upload_file_button {
position: absolute;
right: 0;
width: 30px;
padding: 5px 0;
margin: 1px 0 0;
text-align: center;
}
}
2011-08-09 15:16:18 +00:00
}
}
.widefat .product-cat-placeholder {
outline: 1px dotted #A0C443;
height: 60px;
background: #000;
2011-08-10 17:11:11 +00:00
}
2011-08-20 15:41:42 +00:00
/* Tooltips */
.tips {
cursor: help;
text-decoration: none;
}
img.tips {
2011-08-20 15:41:42 +00:00
padding: 5px 0 0 0;
}
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
padding-top: 5px;
}
#tiptip_holder.tip_right {
padding-left: 5px;
}
#tiptip_holder.tip_left {
padding-right: 5px;
}
#tiptip_content {
font-size: 11px;
2011-08-20 15:41:42 +00:00
color: #fff;
padding: 4px 8px;
background:#a2678c;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: #a2678c;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: #a2678c;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: #a2678c;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: #a2678c;
2011-08-20 15:41:42 +00:00
}
2011-08-10 17:11:11 +00:00
/* Datepicker */
2011-09-16 12:45:46 +00:00
img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: pointer }
.woocommerce_options_panel img.ui-datepicker-trigger { float: left; margin-right: 8px; margin-top: 4px; margin-left: 4px; }
2011-10-22 14:53:26 +00:00
#ui-datepicker-div { display: none }
2011-08-10 17:11:11 +00:00
2011-09-16 23:07:40 +00:00
/* Reports */
.woocommerce-reports-wrap {
margin-left: 300px;
2011-09-17 00:12:25 +00:00
padding-top: 18px;
2011-09-20 10:30:21 +00:00
&.halved {
margin: 0;
overflow: hidden;
zoom: 1;
}
2011-09-16 23:07:40 +00:00
.postbox {
h3 {
cursor: default !important;
}
.stat {
font-size: 1.5em !important;
font-weight: bold;
text-align: center;
}
.chart {
padding: 16px;
}
}
.woocommerce-reports-main {
float: left;
min-width: 100%;
}
.woocommerce-reports-sidebar {
display: inline;
width: 281px;
margin-left: -300px;
clear: both;
float: left;
}
2011-09-20 10:30:21 +00:00
.woocommerce-reports-left {
width: 49.5%;
float: left;
}
.woocommerce-reports-right {
width: 49.5%;
float: right;
}
2011-09-16 23:07:40 +00:00
}
2011-09-16 12:45:46 +00:00
/* Chart tooltips */
#tooltip {
color: #fff;
font-size: 12px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
opacity: 0.80
}
2011-08-24 16:23:04 +00:00
2011-09-16 17:39:37 +00:00
/* Custom charts */
table.bar_chart {
width: 100%;
thead th {
text-align: left;
color: #ccc;
padding: 6px 0;
}
tbody {
th {
padding: 6px 0;
width: 25%;
text-align: left !important;
font-weight: normal !important;
border-bottom: 1px solid #fee;
}
td {
position: relative;
text-align: left;
padding: 6px 0 6px 0;
border-bottom: 1px solid #fee;
span, a {
text-decoration: none;
2011-09-16 17:39:37 +00:00
clear: both;
background: #8a4b75;
float: left;
display: block;
line-height: 24px;
height: 24px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
span {
position: absolute;
left: 8px;
2011-11-16 22:52:46 +00:00
color: #dec3d5 !important;
2011-09-16 17:39:37 +00:00
font-size: 11px;
text-shadow: 0 1px 0 #8a4b75;
height: auto;
background: transparent;
}
}
span.alt {
clear: both;
background: #47a03e;
margin-top: 6px;
span {
margin: 0;
2011-11-16 22:52:46 +00:00
color: #c5dec2 !important;
2011-09-16 17:39:37 +00:00
text-shadow: 0 1px 0 #47a03e;
background: transparent;
}
}
}
}
}
/* Chosen multiselect enhancement
2011-08-24 16:23:04 +00:00
----------------------------------*/
2011-11-23 10:08:48 +00:00
#woocommerce_allowed_countries_chzn .chzn-search {
display: none;
}
/* @group Base */
.chzn-container {
font-size: 13px;
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
margin-right: 5px;
}
.chzn-container .chzn-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
position: absolute;
top: 29px;
left: 0;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
-o-box-shadow : 0 4px 5px rgba(0,0,0,.15);
box-shadow : 0 4px 5px rgba(0,0,0,.15);
z-index: 999;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
-webkit-border-radius: 4px;
-moz-border-radius : 4px;
border-radius : 4px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
border: 1px solid #aaa;
display: block;
overflow: hidden;
white-space: nowrap;
position: relative;
2011-11-23 10:08:48 +00:00
height: 23px;
line-height: 23px;
padding: 0 0 0 8px;
color: #444;
text-decoration: none;
}
.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;
}
.chzn-container-single .chzn-single abbr {
display: block;
position: absolute;
right: 26px;
2011-11-23 12:02:36 +00:00
top: 6px;
width: 12px;
height: 13px;
font-size: 1px;
background: url(../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
background-position: right -11px;
}
.chzn-container-single .chzn-single div {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius : 0 4px 4px 0;
border-radius : 0 4px 4px 0;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
border-left: 1px solid #aaa;
position: absolute;
right: 0;
top: 0;
display: block;
height: 100%;
width: 18px;
}
.chzn-container-single .chzn-single div b {
2011-11-23 12:02:36 +00:00
background: url('../images/chosen-sprite.png') no-repeat 0 -1px;
display: block;
width: 100%;
height: 100%;
}
.chzn-container-single .chzn-search {
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% -22px;
background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
margin: 1px 0;
padding: 4px 20px 4px 5px;
outline: 0;
border: 1px solid #aaa;
font-family: sans-serif;
font-size: 1em;
2011-11-23 10:08:48 +00:00
width: 100% !important;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.chzn-container-single .chzn-drop {
-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;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
position: absolute;
left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
border: 1px solid #dfdfdf;
margin: 0;
padding: 0;
cursor: text;
overflow: hidden;
height: auto !important;
height: 1%;
position: relative;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
}
.chzn-container-multi .chzn-choices li {
float: left;
list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
white-space: nowrap;
margin: 0;
padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
color: #666;
background: transparent !important;
border: 0 !important;
padding: 5px;
margin: 1px 0;
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow : none;
-o-box-shadow : none;
box-shadow : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
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;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
color: #333;
border: 1px solid #b4b4b4;
line-height: 13px;
padding: 3px 19px 3px 6px;
margin: 3px 0 3px 5px;
position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
display: block;
position: absolute;
right: 3px;
top: 4px;
width: 12px;
height: 13px;
font-size: 1px;
background: url(../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
background-position: right -11px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
margin: 0 4px 4px 0;
max-height: 190px;
padding: 0 0 0 4px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
.chzn-container-multi .chzn-results {
margin: -1px 0 0;
padding: 0;
}
.chzn-container .chzn-results li {
display: none;
line-height: 1.2em;
padding: 7px 7px 8px;
margin: 0;
list-style: none;
}
.chzn-container .chzn-results .active-result {
cursor: pointer;
display: list-item;
}
.chzn-container .chzn-results .highlighted {
background: #3875d7;
color: #fff;
}
.chzn-container .chzn-results li em {
background: #feffde;
font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
background: transparent;
}
.chzn-container .chzn-results .no-results {
background: #f4f4f4;
display: list-item;
}
.chzn-container .chzn-results .group-result {
cursor: default;
color: #999;
font-weight: bold;
}
.chzn-container .chzn-results .group-option {
padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
display: none;
}
/* @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);
-o-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-single-with-drop {
border: 1px solid #aaa;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow : 0 1px 0 #fff inset;
-o-box-shadow : 0 1px 0 #fff inset;
box-shadow : 0 1px 0 #fff inset;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
-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-single-with-drop div {
background: transparent;
border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
background-position: -18px 1px;
}
.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);
-o-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;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
cursor: default;
opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
cursor: default;
}
/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div {
left: 0; right: auto;
border-left: none; border-right: 1px solid #aaaaaa;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius : 4px 0 0 4px;
border-radius : 4px 0 0 4px;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, #ffffff;
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
background: url('../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
padding: 4px 5px 4px 20px;
}
/* @end */