/* Copyright (c) 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ quad-stack-view { display: block; float: left; height: 100%; overflow: hidden; position: relative; /* For the absolute positioned mouse-mode-selector */ width: 100%; } quad-stack-view > #chrome-left { content: url('../images/chrome-left.png'); display: none; } quad-stack-view > #chrome-mid { content: url('../images/chrome-mid.png'); display: none; } quad-stack-view > #chrome-right { content: url('../images/chrome-right.png'); display: none; }