File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 125
125
126
126
// Many of these values cannot be changed by the UI editor, so they are set to zero here. These values might get used in the future.
127
127
var button_css = {
128
- padding_top: ' 0px ' ,
129
- padding_bottom: ' 0px ' ,
130
- color: ' black ' ,
131
- background_image: ' none ' ,
132
- padding_left: ' 0px ' ,
133
- padding_right: ' 0px ' ,
128
+ padding_top: ' inherit ' ,
129
+ padding_bottom: ' inherit ' ,
130
+ color: ' inherit ' ,
131
+ background_image: ' inherit ' ,
132
+ padding_left: ' inherit ' ,
133
+ padding_right: ' inherit ' ,
134
134
border_radius: ' 8px' ,
135
135
font_family: ' inherit' ,
136
- font_size: ' 18px ' ,
137
- border_color: ' black ' ,
138
- border_style: ' none ' ,
139
- border_width: ' 0px '
136
+ font_size: ' inherit ' ,
137
+ border_color: ' inherit ' ,
138
+ border_style: ' inherit ' ,
139
+ border_width: ' inherit '
140
140
};
141
141
</script >
142
142
You can’t perform that action at this time.
0 commit comments