[Pkg-mozext-commits] [firebug] 08/35: Improved display of shortcuts

David Prévot taffit at moszumanska.debian.org
Sat May 24 14:54:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firebug.

commit b17aff292e07a9c6a184a7cfaeb2e87bc2b688e4
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Wed May 21 12:06:58 2014 +0200

    Improved display of shortcuts
---
 tests/content/_common/testcase.css | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/tests/content/_common/testcase.css b/tests/content/_common/testcase.css
index 49acbf4..5b30eac 100644
--- a/tests/content/_common/testcase.css
+++ b/tests/content/_common/testcase.css
@@ -111,12 +111,13 @@ code {
 }
 
 code.key, kbd {
-    background-color: #F9F9F9;
-    border: 1px solid gray;
-    border-radius: 4px 4px 4px 4px;
+    background-color: #F0F0F0;
+    border: 1px solid #B4B4B4;
+    border-radius: 4px;
     font-family: "Trebuchet MS",helvetica,sans-serif;
     line-height: 1.8em;
-    padding: 2px 4px;
+    padding: 0 4px;
+    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(255, 255, 255, 0.7) inset;
 }
 
 code.result {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list