Commit f66137f895b64e06a80f2dd56d0216bb77cf5860
1 parent
de298649
controllets and base datatel behavior update
Showing
1 changed file
with
4 additions
and
4 deletions
controllets/animated-button-container-controllet/animated-button-container-controllet.html
| ... | ... | @@ -238,11 +238,11 @@ |
| 238 | 238 | |
| 239 | 239 | $(this.$.container_content).perfectScrollbar(); |
| 240 | 240 | |
| 241 | - this.$.open_window_button.style.height = this.iconHeight + "px"; | |
| 242 | - this.$.open_window_button.style.width = this.iconWidth + "px"; | |
| 241 | + this.$.open.style.height = this.iconHeight + "px"; | |
| 242 | + this.$.open.style.width = this.iconWidth + "px"; | |
| 243 | 243 | this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; |
| 244 | - this.$.button.style.width = this.iconWidth + "px"; | |
| 245 | - this.$.button.style.height = this.iconHeight + "px"; | |
| 244 | + this.$.open_window_button.style.width = this.iconWidth + "px"; | |
| 245 | + this.$.open_window_button.style.height = this.iconHeight + "px"; | |
| 246 | 246 | this.$.button_container.style.height = this.iconHeight + "px"; |
| 247 | 247 | }, |
| 248 | 248 | ... | ... |