diff options
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/client_session.js | 2 | ||||
-rw-r--r-- | remoting/webapp/main.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js index bdba23c..9de1d48 100644 --- a/remoting/webapp/client_session.js +++ b/remoting/webapp/client_session.js @@ -227,7 +227,7 @@ remoting.ClientSession.prototype.onPluginInitialized_ = } // Enable scale-to-fit if the plugin is new enough for high-quality scaling. - this.setScaleToFit(this.plugin.isHiQualityScalingSupported()); + remoting.setScaleToFit(this.plugin.isHiQualityScalingSupported()); /** @type {remoting.ClientSession} */ var that = this; /** @param {string} msg The IQ stanza to send. */ diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 1c7005c..6b00d4c 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -154,7 +154,7 @@ Component: Modal Dialog -webkit-transition: all 0.218s; } -button:active { +button:active, .toggle-button-active { background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); color: #333; -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2); |