Move bg/fg colors to root preview-list

This commit is contained in:
Kevin Sawicki
2013-01-03 15:14:43 -08:00
parent e4bd764a96
commit 7685b382f6

View File

@@ -9,7 +9,8 @@
overflow: auto;
margin-bottom: 3px;
position: relative;
background: #161616;
background-color: #000000;
color: #ededed;
}
.command-panel .preview-list {
@@ -35,11 +36,6 @@
padding-bottom: 2px;
}
.command-panel .preview-list .li {
background-color: #000000;
color: #ededed;
}
.command-panel .preview-list .line-number {
padding-left: 3px;
color: rgba(255, 255, 255, .3);