diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 22:58:43 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 22:58:43 +0000 |
commit | 7c085463177741a3844215675577bba3de1be836 (patch) | |
tree | 4851bcc5be746e6ba65f325bdcda9bbbcca5376c /chrome/browser/resources/gpu_internals/info_view.css | |
parent | 7109dc33626a629a9b2a7ae4e0932f63450e754d (diff) | |
download | chromium_src-7c085463177741a3844215675577bba3de1be836.zip chromium_src-7c085463177741a3844215675577bba3de1be836.tar.gz chromium_src-7c085463177741a3844215675577bba3de1be836.tar.bz2 |
Implement a flexbox-driven tab switcher. Move gpu_internals to this.
Moving net_internals to this immediately is hard because of other parts of net_internals rely on absolute positioning still. Baby steps...
Unclear whether this new switcher should live in gpu_internals. Shared? I don't have strong opinions.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6379011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/gpu_internals/info_view.css')
-rw-r--r-- | chrome/browser/resources/gpu_internals/info_view.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/gpu_internals/info_view.css b/chrome/browser/resources/gpu_internals/info_view.css index d7c1f97..c4cd6ca 100644 --- a/chrome/browser/resources/gpu_internals/info_view.css +++ b/chrome/browser/resources/gpu_internals/info_view.css @@ -16,6 +16,7 @@ found in the LICENSE file. } #info-view table { + cursor: text; border-collapse: collapse; } |