tweak look of preview header in atom-light-ui

This commit is contained in:
Justin Palmer 2013-02-13 13:00:52 -08:00
parent f86e23e705
commit 28e1fb1a75
3 changed files with 17 additions and 2 deletions

View File

@ -41,6 +41,8 @@
.command-panel .expand-collapse li {
display: inline-block;
padding: 5px;
cursor: pointer;
font-size: 11px;
}
.command-panel .preview-list .path {

View File

@ -41,8 +41,6 @@
background: -webkit-linear-gradient(#19191a, #1a1b1c);
margin-left: 5px;
padding: 5px 10px;
cursor: pointer;
font-size: 11px;
border-radius: 3px;
box-shadow:
inset -1px -1px 0 rgba(255, 255, 255, 0.1),

View File

@ -2,6 +2,21 @@
background-color: #f4f4f4;
border-top: 1px solid #979797;
color: #ededed;
padding: 10px;
}
.command-panel .header {
padding: 5px;
background-image: -webkit-linear-gradient(#e7e7e7, #cfcfcf);
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: none;
padding: 5px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.command-panel .expand-collapse {
color: #333;
}
.command-panel .preview-list {