1 /* Style for _show_files tree view. */
13 ul.collection_files li {
17 .collection_files_row {
18 padding: 1px; /* Replaced by border for :hover */
21 .collection_files_row:hover {
22 background-color: #D9EDF7;
24 border: 1px solid #BCE8F1;
28 .collection_files_inline {
34 .collection_files_inline img {
38 .collection_files_name {
42 text-overflow: ellipsis;
45 .collection_files_name i.fa-fw:first-child {
50 "active" and "inactive" colors are too similar for a toggle switch
51 in the default bootstrap theme.
54 $inactive-bg: #5bc0de;
57 .btn-group.toggle-persist .btn {
60 .btn-group.toggle-persist .btn-info {
61 background-color: lighten($inactive-bg, 15%);
64 .btn-group.toggle-persist .btn-info.active {
65 background-color: $active-bg;