diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-01 15:59:39 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-03-01 16:03:38 +0200 |
| commit | 1228457cdb3ea0b7c0c4283ac3f36dad277c1518 (patch) | |
| tree | 4cecfd2dec8239f282994b282925d27d6786af05 /res/client/css/partials | |
| parent | 3ebe79bd6a29a80056fbbe92acb6182ef200008a (diff) | |
keyboard.scss: keyboard shortcut styling
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/keyboard.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/res/client/css/partials/keyboard.scss b/res/client/css/partials/keyboard.scss new file mode 100644 index 00000000..4423db31 --- /dev/null +++ b/res/client/css/partials/keyboard.scss @@ -0,0 +1,17 @@ +// +// Keyboard related styling +// +.kbd-button { + background-color: #f7f7f7; + box-shadow: 0 1px 0px rgba(0,0,0,0.2),0 0 0 2px #fff inset; + border-radius: 3px; + border: 1px solid #lightgray; + display: inline-block; + font-size: 11px; + text-shadow: 0 1px 0 #fff; + line-height: 1.4; + margin: 0 0.2em; + padding: 0.1em 0.6em; + vertical-align: middle; + white-space: nowrap; +} |
