Position select lists at the top center like Sublime Text does

This commit is contained in:
Nathan Sobo
2012-10-03 20:46:07 -10:00
parent ebad961b20
commit 081a57b511
3 changed files with 16 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
bottom: 0;
}
.select-list {
.event-palette .select-list {
background-color: black;
position: relative;
max-height: 300px;
@@ -12,10 +12,10 @@
overflow-y: auto;
}
.select-list table {
.event-palette .select-list table {
width: 100%;
}
.select-list .selected {
.event-palette .select-list .selected {
background-color: green;
}