Files
atom/themes/atom-dark-ui/select-list.less

61 lines
954 B
Plaintext

.select-list {
.error {
color: white;
text-shadow: 0 1px 0 #4E0000;
}
ol {
border: 1px solid #212121;
li {
background-color: #27292b;
border-bottom: 1px solid #1e1e1e;
color: #bbb;
}
.key-binding {
background: -webkit-linear-gradient(
rgba(100, 100, 100, 0.5),
rgba(70,70,70, 0.5));
color: #ccc;
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1);
display: inline-block;
line-height: 100%;
}
li.active-item:before {
color: #9d9d9d;
}
li:hover {
color: #fff;
}
.selected {
background-image: -webkit-linear-gradient(#7e7e7e, #737373);
}
.right,
.directory {
color: #777;
}
.selected {
color: #fff;
}
.selected .right,
.selected .directory {
color: #ccc;
}
.modified {
color: #f78a46;
}
.new {
color: #5293d8;
}
}
}