diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-02 14:58:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-02 14:58:12 +0200 |
| commit | 26e2bc8baca5da03e6fad8bbdaa2af14673f3bdf (patch) | |
| tree | a9bf0a877c20ad8fcf3705c8c8b8b8213305dd63 /res/client/css/partials | |
| parent | 1dc39bdfa7c6d744f2707795f84cdc0c5a0d9af4 (diff) | |
keyboard.scss: fix color name to not contain hash
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/keyboard.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/partials/keyboard.scss b/res/client/css/partials/keyboard.scss index 4423db31..e54a85cc 100644 --- a/res/client/css/partials/keyboard.scss +++ b/res/client/css/partials/keyboard.scss @@ -5,7 +5,7 @@ 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; + border: 1px solid lightgray; display: inline-block; font-size: 11px; text-shadow: 0 1px 0 #fff; |
