diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 17:30:04 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 17:30:04 +0000 |
commit | 8b5b2cc18cf04d1ad6bfefb39f4e3a20b6ff866d (patch) | |
tree | 17d12112b2da6131d74ea5d3b01a8c42373806df /remoting/webapp/main.css | |
parent | a50f1a0f8e0fb4bba8c9433e0045be178469c26d (diff) | |
download | chromium_src-8b5b2cc18cf04d1ad6bfefb39f4e3a20b6ff866d.zip chromium_src-8b5b2cc18cf04d1ad6bfefb39f4e3a20b6ff866d.tar.gz chromium_src-8b5b2cc18cf04d1ad6bfefb39f4e3a20b6ff866d.tar.bz2 |
Disable click-to-connect while the hostname is being edited.
BUG=121509
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9965137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.css')
-rw-r--r-- | remoting/webapp/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 1953eea..0725256 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -374,7 +374,7 @@ td { vertical-align: middle; } -.host-online:hover { +.host-online.clickable:hover { background-color: #f2f2f2; } |