mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
20 lines
452 B
Plaintext
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);
|
|
}
|
|
}
|