Commit 4619852fad17932362e32bd47e9b6436dc545d1b
1 parent
ac5c9059
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
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | z-index: 1001; | 52 | z-index: 1001; |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | - #open_window_button{ | 55 | + #open{ |
| 56 | --paper-fab-background:transparent; | 56 | --paper-fab-background:transparent; |
| 57 | background: transparent; | 57 | background: transparent; |
| 58 | } | 58 | } |
| @@ -227,9 +227,9 @@ | @@ -227,9 +227,9 @@ | ||
| 227 | 227 | ||
| 228 | $(this.$.container_content).perfectScrollbar(); | 228 | $(this.$.container_content).perfectScrollbar(); |
| 229 | 229 | ||
| 230 | - this.$.open.style.height = this.iconHeight + "px"; | ||
| 231 | - this.$.open.style.width = this.iconWidth + "px"; | ||
| 232 | - this.$.open.style.backgroundColor = this.backgroundButtonColor; | 230 | + this.$.open_window_button.style.height = this.iconHeight + "px"; |
| 231 | + this.$.open_window_button.style.width = this.iconWidth + "px"; | ||
| 232 | + this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; | ||
| 233 | this.$.button.style.width = this.iconWidth + "px"; | 233 | this.$.button.style.width = this.iconWidth + "px"; |
| 234 | this.$.button.style.height = this.iconHeight + "px"; | 234 | this.$.button.style.height = this.iconHeight + "px"; |
| 235 | this.$.button_container.style.height = this.iconHeight + "px"; | 235 | this.$.button_container.style.height = this.iconHeight + "px"; |