blob: dc4e9982134c8591bc138e74d9e3bc0ca4efd6a4 [file] [log] [blame]
/*
* Copyright (c) 2015 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.
*/
:host(div:nth-child(1)) {
margin-left: 6px;
}
.toolbar-counter-button {
cursor: pointer;
background-color: #f3f3f3;
border: 1px solid #d0d0d0;
border-radius: 2px;
color: #333;
margin-right: 2px;
}
.toolbar-counter-button:hover,
.toolbar-counter-button:focus-visible {
background-color: #eaeaea;
}
.toolbar-counter-item {
margin-left: 6px;
}
.toolbar-counter-item.toolbar-counter-item-first {
margin-left: 0;
}