diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 17:43:29 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 17:43:29 +0000 |
commit | fc37f906ea3dd0ebacecf6b273cb422ec6b5285b (patch) | |
tree | 919542b560587bdf4fc276b338dabb8c0f08e035 /remoting/client | |
parent | 22826420cc6693f3d05458a2087f8362767c487d (diff) | |
download | chromium_src-fc37f906ea3dd0ebacecf6b273cb422ec6b5285b.zip chromium_src-fc37f906ea3dd0ebacecf6b273cb422ec6b5285b.tar.gz chromium_src-fc37f906ea3dd0ebacecf6b273cb422ec6b5285b.tar.bz2 |
CSS style for chromoting main page
Change the z-index of the status message to lower and give z-index to the
chromoting scroll panel. The status message interfere with the normal user
actions with the plugin so show it below the plugin.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6480066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/extension/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/extension/main.css b/remoting/client/extension/main.css index 37fb62b..b8935b0 100644 --- a/remoting/client/extension/main.css +++ b/remoting/client/extension/main.css @@ -98,6 +98,7 @@ a.hostentry { text-decoration: none; } } .chromoting_body { + -webkit-user-select: none; margin: 0; padding: 0; overflow: hidden; @@ -109,7 +110,6 @@ a.hostentry { text-decoration: none; } position: absolute; left: 20px; top: 20px; - z-index: 1; font-family: sans-serif; font-size: 2em; font-weight: bold; |