blob: f253cf8accfa98f9951636dd17194b4869a05756 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
[selectable] .selected {
background-color: #00e5ff;
opacity: 0.8;
}
[selectable] core-item {
cursor: pointer;
}
core-item {
box-sizing: border-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
margin: 0;
padding: 0 1em;
}
core-item:last-child {
border-bottom: none;
}