improve keyboard shortcut css styles

This commit is contained in:
Jeff Atwood 2014-04-13 14:51:24 -07:00
parent db1fb36495
commit 782f8e401e
1 changed files with 13 additions and 4 deletions

View File

@ -25,11 +25,20 @@
}
b {
background-color: $nav-stacked-divider-color;
color: $nav-stacked-color;
color: #000;
background: #eee;
border-style: solid;
border-color: #ccc #aaa #888 #bbb;
padding: 2px 6px;
border-radius: 4px;
box-shadow: 0 2px 0 rgba(0,0,0,0.2),0 0 0 1px #fff inset;
background-color: #fafafa;
border-color: #ccc #ccc #fff;
border-style: solid solid none;
border-width: 1px 1px medium;
color: #444;
white-space: nowrap;
display: inline-block;
margin: 0 2px;
padding: 2px 4px;
}
}
}