From 1228457cdb3ea0b7c0c4283ac3f36dad277c1518 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 1 Mar 2015 15:59:39 +0200 Subject: keyboard.scss: keyboard shortcut styling --- res/client/css/partials/keyboard.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 res/client/css/partials/keyboard.scss (limited to 'res/client/css/partials') 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; +} -- cgit v1.3.1