Add light theme support for archive viewer

This commit is contained in:
Kevin Sawicki
2013-06-10 13:16:49 -07:00
parent 6bd8213093
commit 8dbac6a34f
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.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);
}
}

View File

@@ -10,4 +10,5 @@
'command-logger'
'blurred'
'image-view'
'archive-view'
]