Files
atom/themes/atom-light-ui/archive-view.less
2013-06-10 14:11:18 -07:00

20 lines
452 B
Plaintext

.archive-view {
background-color: #e5e5e5;
color: #444;
.selected {
background-color: rgba(255, 255, 134, 0.34);
color: #333;
}
.summary {
padding: 5px;
background-image: -webkit-linear-gradient(#e7e7e7, #cfcfcf);
border-top: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.5),
inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}
}