Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
refs #181
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Oct 8, 2015
1 parent b00a761 commit cbf4f99
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions catalog/view/theme/default/customizer.json
Expand Up @@ -160,86 +160,86 @@
"button-group-first-button_background-color": {
"type": "color",
"label": "text_button_group_first_button_background_label",
"default": "#008db9",
"selector": ".button-group button:first-of-type",
"default": "#1f90bb",
"selector": ".product-thumb .button-group button:first-of-type",
"advance": "true"
},
"button-group-first-button-hover_background-color": {
"type": "color",
"label": "text_button_group_first_button_hover_background_label",
"default": "#1872a2",
"selector": ".button-group button:first-of-type:hover",
"default": "#1f90bb",
"selector": ".product-thumb .button-group button:first-of-type:hover",
"advance": "true"
},
"button-group-first-border_border": {
"type": "text",
"label": "text_button_group_first_border_label",
"default": "",
"placeholder": "1px solid #ddd",
"selector": ".button-group button:first-of-type:hover",
"selector": ".product-thumb .button-group button:first-of-type:hover",
"advance": "true"
},
"button-group-first-button-border_border-color": {
"type": "color",
"label": "text_button_group_first_button_border_color_label",
"default": "",
"selector": ".button-group button:first-of-type",
"selector": ".product-thumb .button-group button:first-of-type",
"advance": "true"
},
"button-group-first-button-border-hover_border-color": {
"type": "color",
"label": "text_button_group_first_button_border_hover_color_label",
"default": "",
"selector": ".button-group button:first-of-type:hover",
"selector": ".product-thumb .button-group button:first-of-type:hover",
"advance": "true"
},
"button-group-first-button-text_color": {
"type": "color",
"label": "text_button_group_first_button_text_color_label",
"default": "#fff",
"selector": ".button-group button:first-of-type",
"selector": ".product-thumb .button-group button:first-of-type",
"advance": "true"
},
"button-group-first-button-text-hover_color": {
"type": "color",
"label": "text_button_group_first_button_text_hover_color_label",
"default": "#444",
"selector": ".button-group button:first-of-type:hover",
"default": "#fff",
"selector": ".product-thumb .button-group button:first-of-type:hover",
"advance": "true"
},
"button-group-other-button_background-color": {
"type": "color",
"label": "text_button_group_other_button_background_color_label",
"default": "#eee",
"selector": ".button-group button",
"selector": ".product-thumb .button-group button",
"advance": "true"
},
"button-group-other-button-hover_background-color": {
"type": "color",
"label": "text_button_group_other_button_hover_background_color_label",
"default": "#ddd",
"selector": ".button-group button:hover",
"selector": ".product-thumb .button-group button:hover",
"advance": "true"
},
"button-group-other-button-border_border-color": {
"type": "color",
"label": "text_button_group_other_button_border_color_label",
"default": "#ddd",
"selector": ".button-group button:hover",
"selector": ".product-thumb .button-group button:hover",
"advance": "true"
},
"button-group-other-button-text_color": {
"type": "color",
"label": "text_button_group_other_button_text_color_label",
"default": "#888",
"selector": ".button-group button",
"selector": ".product-thumb .button-group button",
"advance": "true"
},
"button-group-other-button-text-hover_color": {
"type": "color",
"label": "text_button_group_other_button_text_hover_color_label",
"default": "#444",
"selector": ".button-group button:hover",
"selector": ".product-thumb .button-group button:hover",
"advance": "true"
},
"primary-button_background-color": {
Expand Down

0 comments on commit cbf4f99

Please sign in to comment.