From 4619852fad17932362e32bd47e9b6436dc545d1b Mon Sep 17 00:00:00 2001 From: luigser <luigser@gmail.com> Date: Wed, 4 Nov 2015 12:30:51 +0100 Subject: [PATCH] controllets and base datatel behavior update --- controllets/animated-button-container-controllet/animated-button-container-controllet.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html index ecf5fc4..a231672 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -52,7 +52,7 @@ z-index: 1001; } - #open_window_button{ + #open{ --paper-fab-background:transparent; background: transparent; } @@ -227,9 +227,9 @@ $(this.$.container_content).perfectScrollbar(); - this.$.open.style.height = this.iconHeight + "px"; - this.$.open.style.width = this.iconWidth + "px"; - this.$.open.style.backgroundColor = this.backgroundButtonColor; + this.$.open_window_button.style.height = this.iconHeight + "px"; + this.$.open_window_button.style.width = this.iconWidth + "px"; + this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; this.$.button.style.width = this.iconWidth + "px"; this.$.button.style.height = this.iconHeight + "px"; this.$.button_container.style.height = this.iconHeight + "px"; -- libgit2 0.21.4