Files
atom/themes/atom-light-ui/command-palette.css
Jon Rohan 2788ee2715 rename to
2013-02-01 12:59:57 -05:00

39 lines
635 B
CSS

.command-palette {
width: 50%;
margin-left: -25%;
}
.command-palette ol {
max-height: 300px;
}
.command-palette ol .event-description {
float: left;
display: inline-block;
margin-right: .5em;
margin: 4px 0;
}
.command-palette li .right {
float: right;
}
.command-palette ol .event-name, .command-palette ol .key-binding {
display: inline-block;
margin: 4px 0;
margin-right: .5em;
font-size: 90%;
color: #969696;
-webkit-border-radius: 3px;
padding: 0 4px;
}
.command-palette ol .event-name {
background: rgba(0, 0, 0, .3);
color: #fff;
}
.command-palette ol .key-binding {
background: #fff;
}