diff --git a/css/contrib.css b/css/contrib.css index b66c6bd5101032b9c409a440552e5b2b0055ca9a..15132ae52332f4c926229bbde83ebdcfc4659ebe 100644 --- a/css/contrib.css +++ b/css/contrib.css @@ -31,7 +31,7 @@ } .field-type-commerce-product-reference fieldset .fieldset-legend { - border-bottom: 1px solid #cccccc; + border-bottom: 1px solid #ccc; margin: 0 0 0 15px; /* LTR */ padding: 5px 0 5px 0; @@ -56,7 +56,7 @@ padding-top: 40px; } .field-widget-inline-entity-form .ief-form-bottom > .fieldset-wrapper { - border: 1px solid #cccccc; + border: 1px solid #ccc; padding: 15px; } .field-widget-inline-entity-form .ief-form-bottom > .fieldset-wrapper .fieldset-legend, @@ -91,7 +91,7 @@ } .field-type-commerce-product-reference > div > div.form-wrapper > fieldset > div.fieldset-wrapper { - border: 1px solid #cccccc; + border: 1px solid #ccc; padding: 5px 15px; } .field-type-commerce-product-reference > div > div.form-wrapper > fieldset > div.fieldset-wrapper > fieldset .fieldset-wrapper, @@ -145,7 +145,7 @@ background: #359ff2; box-shadow: 0 1px 2px #cccccc, inset 0 1px 1px #7bb8ef; color: #fff; - text-shadow: 0 -1px 1px #2f88cd; + text-shadow: 0 -1px 1px #2F88CD; } .field-widget-inline-entity-form fieldset { @@ -206,7 +206,7 @@ .field-widget-inline-entity-form .ief-entity-table tr.even, .field-widget-inline-entity-form .ief-entity-table tr.odd { background: #f1f1f1; - border-bottom: 1px solid #bebfb9; + border-bottom: 1px solid #BEBFB9; } .field-widget-inline-entity-form .ief-entity-table tr:hover, @@ -216,16 +216,16 @@ tr.even { .field-widget-inline-entity-form .ief-entity-table .ief-row-entity-form { background: #fff; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-width: 0 1px 1px; } .field-widget-inline-entity-form .ief-entity-table tr.ief-row-entity-form { background: #DFF2FB; - border: 1px solid #afdbe9; - -moz-box-shadow: 0 0 5px white; - -webkit-box-shadow: 0 0 5px white; - box-shadow: 0 0 5px white; + border: 1px solid #AFDBE9; + -moz-box-shadow: 0 0 5px #fff; + -webkit-box-shadow: 0 0 5px #fff; + box-shadow: 0 0 5px #fff; } .ief-row-entity .ief-entity-operations { @@ -371,9 +371,9 @@ tr.even { .entity-commerce-order .content-right .commerce-backoffice-order-status-label { background: #ffedcb; border: 1px solid #ffcb69; - -moz-box-shadow: inset 0 0 5px white; - -webkit-box-shadow: inset 0 0 5px white; - box-shadow: inset 0 0 5px white; + -moz-box-shadow: inset 0 0 5px #fff; + -webkit-box-shadow: inset 0 0 5px #fff; + box-shadow: inset 0 0 5px #fff; margin-top: 0px; } @@ -412,7 +412,7 @@ tr.even { background: #359ff2; box-shadow: 0 1px 2px #cccccc, inset 0 1px 1px #7bb8ef; color: #fff; - text-shadow: 0 -1px 1px #2f88cd; + text-shadow: 0 -1px 1px #2F88CD; } .field-name-commerce-customer-billing .name-block, @@ -431,7 +431,7 @@ tr.even { .entity-commerce-order .field-name-commerce-order-total .field-items { background: #DFF2FB; - border: 1px solid #afdbe9; + border: 1px solid #AFDBE9; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; @@ -459,7 +459,7 @@ tr.even { } .entity-commerce-order .field-name-commerce-order-total .field-items .component-type-commerce-price-formatted-amount td { - border-top: 2px solid #afdbe9; + border-top: 2px solid #AFDBE9; font-weight: 700; } @@ -482,12 +482,12 @@ tr td:last-child { } #panes tr td:last-child { - border-right: 1px solid #bebfb9; + border-right: 1px solid #BEBFB9; /* LTR */ } #blocks tr td:last-child { - border-right: 1px solid #bebfb9; + border-right: 1px solid #BEBFB9; /* LTR */ } @@ -548,13 +548,13 @@ tr td:last-child { } .view-commerce-message-messages .form-type-textarea .filter-wrapper { - border: 1px solid #eeeeee; + border: 1px solid #eee; padding: 0 15px 10px; } .commerce-backoffice-view tr.views-row-active { - background: #dff2fb !important; - border: 1px solid #afdbe9; + background: #DFF2FB !important; + border: 1px solid #AFDBE9; } .commerce-backoffice-view tr.views-row-active td { @@ -657,10 +657,10 @@ html.js .view-commerce-message-messages .view-footer fieldset.collapsible .field /* Rules Pages */ /* This fixes a firefox outline bug */ #rules-ui-edit-element fieldset .fieldset-wrapper { - border: 1px solid #cccccc; - -moz-box-shadow: inset 0 0 1px white; - -webkit-box-shadow: inset 0 0 1px white; - box-shadow: inset 0 0 1px white; + border: 1px solid #ccc; + -moz-box-shadow: inset 0 0 1px #fff; + -webkit-box-shadow: inset 0 0 1px #fff; + box-shadow: inset 0 0 1px #fff; outline: 0; } @@ -768,7 +768,7 @@ td.views-field-operations-dropbutton .ctools-dropbutton-processed { } .commerce-discount-form .form-item-commerce-discount-type label { - border-bottom: 1px solid #cccccc; + border-bottom: 1px solid #CCCCCC; } .commerce-discount-form .form-item-commerce-discount-type .form-radios label { @@ -819,11 +819,11 @@ td.views-field-operations-dropbutton .ctools-dropbutton-processed { #ui-datepicker-div { background: #fff; - border: 1px solid #cccccc; + border: 1px solid #ccc; } .ui-datepicker .ui-datepicker-title select { - border: 1px solid #cccccc; + border: 1px solid #ccc; } .field-type-commerce-line-item-reference .add-line-item { @@ -888,7 +888,7 @@ td.views-field-operations-dropbutton .ctools-dropbutton-processed { } .views-exposed-form .form-item input { - border: 1px solid #c8c8c8; + border: 1px solid #C8C8C8; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; @@ -1105,10 +1105,10 @@ html.js .vbo-views-form #edit-select fieldset .fieldset-wrapper { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; - border: 1px solid #c8c8c8; - -moz-box-shadow: inset 0 0 1px white; - -webkit-box-shadow: inset 0 0 1px white; - box-shadow: inset 0 0 1px white; + border: 1px solid #C8C8C8; + -moz-box-shadow: inset 0 0 1px #fff; + -webkit-box-shadow: inset 0 0 1px #fff; + box-shadow: inset 0 0 1px #fff; font-size: 14px; line-height: 1em; text-transform: capitalize; @@ -1140,7 +1140,7 @@ html.js .vbo-views-form #edit-select fieldset .fieldset-wrapper { } .ctools-dropbutton-processed .ctools-content { - border-right: 1px solid white; + border-right: 1px solid #fff; /* LTR */ } @@ -1296,3 +1296,10 @@ div#admin-toolbar * { /* @end */ /* @end */ +/* Features 1 & 2 Interface Fieldsets */ +html.js #features-export-form fieldset.collapsed { + padding: 19px 0; +} +html.js #features-export-form fieldset.collapsible .fieldset-wrapper { + padding: 0 13px 13px 15px; +} diff --git a/scss/contrib.scss b/scss/contrib.scss index b26a82186f710dd677238853ad470a6d1147ab01..9c082e98d53bb7aa8b60b6f9ab5344bac0074735 100644 --- a/scss/contrib.scss +++ b/scss/contrib.scss @@ -1084,3 +1084,14 @@ div#admin-toolbar * { /* @end */ /* @end */ + +/* Features 1 & 2 Interface Fieldsets */ +html.js #features-export-form { + + fieldset.collapsed { + padding: 19px 0; + } + fieldset.collapsible .fieldset-wrapper { + padding: 0 13px 13px 15px; + } +}