Commit 4619852fad17932362e32bd47e9b6436dc545d1b

Authored by Luigi Serra
1 parent ac5c9059

controllets and base datatel behavior update

controllets/animated-button-container-controllet/animated-button-container-controllet.html
... ... @@ -52,7 +52,7 @@
52 52 z-index: 1001;
53 53 }
54 54  
55   - #open_window_button{
  55 + #open{
56 56 --paper-fab-background:transparent;
57 57 background: transparent;
58 58 }
... ... @@ -227,9 +227,9 @@
227 227  
228 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 233 this.$.button.style.width = this.iconWidth + "px";
234 234 this.$.button.style.height = this.iconHeight + "px";
235 235 this.$.button_container.style.height = this.iconHeight + "px";
... ...