FIX: Keyboard shortcuts dark theme

This commit is contained in:
Kane York 2015-08-18 21:42:41 -07:00
parent 7ee0ee6769
commit c4e5594826
1 changed files with 5 additions and 5 deletions

View File

@ -30,11 +30,11 @@
b { b {
padding: 2px 6px; padding: 2px 6px;
border-radius: 4px; border-radius: 4px;
box-shadow: 0 2px 0 rgba(0,0,0,0.2),0 0 0 1px #fff inset; box-shadow: 0 2px 0 rgba(0,0,0,0.2),0 0 0 1px dark-light-choose(#fff,#000) inset;
background: #fafafa; background: dark-light-choose(#fafafa, #333);
border: 1px solid #ccc; border: 1px solid dark-light-choose(#ccc, #555);
border-bottom: medium none #fff; border-bottom: medium none dark-light-choose(#fff, #000);
color: #444; color: dark-light-choose(#444, #aaa);
white-space: nowrap; white-space: nowrap;
display: inline-block; display: inline-block;
} }