Files
atom/themes/atom-light-ui/select-list.less
2013-03-29 15:02:45 -07:00

42 lines
617 B
Plaintext

.select-list {
background-color: #e5e5e5;
border: 1px solid #c6c6c6;
color: #323232;
box-shadow: 0 0 10px #555;
}
.select-list ol {
border: 1px solid #d2d2d2;
}
.select-list ol li {
background-color: #f5f5f5;
border-bottom: 1px solid #ccc;
}
.select-list li:hover {
background-color: #f9f9f9;
}
.select-list ol .selected {
background-color: #e0e0e0;
}
.select-list .right,
.select-list .directory {
color: #777;
}
.select-list ol .selected .right,
.select-list ol .selected .directory {
color: #333;
}
.select-list .modified {
color: #f78a46;
}
.select-list .new {
color: #5293d8;
}