mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
.archive-view {
|
|
background-color: #1d1f21;
|
|
color: #7d7d7d;
|
|
|
|
.selected {
|
|
background-color: #434343;
|
|
color: #bdbdbd;
|
|
}
|
|
|
|
.summary {
|
|
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
|
|
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
padding: 5px;
|
|
box-shadow:
|
|
inset 0 1px 0 rgba(255, 255, 255, 0.05),
|
|
inset 0 -1px 0 rgba(255, 255, 255, 0.02);
|
|
}
|
|
}
|