blob: a793e5aee53dcaeb6763da241181721b9c077706 [file] [log] [blame]
/* Copyright (c) 2012 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. */
.autocomplete-results-table {
margin-bottom: 1.5em;
}
.autocomplete-results-table th {
background-color: #C0C0C0;
}
.autocomplete-results-table tr {
background-color: #F0F0F0;
}
.group-separator {
display: block;
text-decoration: underline;
}
.left-20 {
margin-left: 20px
}
.check-mark,
.x-mark {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
font-size: 0;
height: 16px;
width: 16px;
}
.check-mark {
background-image: url(../../../../ui/webui/resources/images/check_circle_green.svg);
}
.x-mark {
background-image: url(../../../../ui/webui/resources/images/cancel_red.svg);
}
p {
margin: 0;
}
.section {
margin-bottom: 1em;
}
.table-header {
white-space: nowrap;
}
.additional-info-property,
.additional-info-value {
white-space: nowrap;
}
.filtered-hidden {
display: none;
}
.autocomplete-results-table .filtered-highlighted {
background-color: lightskyblue;
/* TODO(manukh) This is a placholder color until other ui changes occur. */
}
.toggle input,
.toggle input:not(:checked) ~ .toggle-on,
.toggle input:checked ~ .toggle-off {
display: none;
}
.toggle span {
user-select: none;
display: inline-block;
padding: 3px 5px;
min-width: 60px;
text-align: center;
cursor: pointer;
border: 1px solid;
}
.toggle span:hover {
background-color: #f0f0f0;
}