1/* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5#tabs-settings table {
6  width: 100%
7}
8
9#tabs-settings table td {
10  padding: 0.2em;
11}
12
13#tabs-settings table td:last-of-type {
14  width: 70%;
15}
16
17#tabs-settings input[type="text"] {
18  width: 100%;
19  font-family: monospace;
20  font-size: 0.8em;
21}
22
23#tabs-settings input[type="text"].saved {
24  background: #ded;
25}