blob: bdd77fcd09968f5eb56300402c780fc22f0348de [file] [log] [blame]
/* 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.
*/
* * /deep/ tr-ui-e-chrome-cc-picture-ops-list-view {
-webkit-flex-direction: column;
border-top: 1px solid grey;
display: -webkit-flex;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view > .x-list-view {
-webkit-flex: 1 1 auto;
overflow: auto;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view > .x-list-view .list-item {
border-bottom: 1px solid #555;
font-size: small;
font-weight: bold;
padding-bottom: 5px;
padding-left: 5px;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
.x-list-view .list-item:hover {
background-color: #f0f0f0;
cursor: pointer;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
.x-list-view .list-item > * {
color: #777;
font-size: x-small;
font-weight: normal;
margin-left: 1em;
max-width: 300px; /* force long strings to wrap */
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
.x-list-view .list-item > .elementInfo {
color: purple;
font-size: small;
font-weight: bold;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
.x-list-view .list-item > .time {
color: rgb(136, 0, 0);
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view .x-list-view:focus >
.list-item[beforeSelection] {
background-color: rgb(171, 217, 202);
outline: 1px dotted rgba(0, 0, 0, 0.1);
outline-offset: 0;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view .x-list-view >
.list-item[beforeSelection] {
background-color: rgb(103, 199, 165);
}