[Pkg-mozext-commits] [firebug] 23/48: Issue 7486 (Disable icon for CSS properties is cut off on Retina displays) https://code.google.com/p/fbug/issues/detail?id=7486

David Prévot taffit at moszumanska.debian.org
Tue Jun 3 01:47:44 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 58abb6ca0c6962da1fd554929e1a572f4557a0e8
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Thu May 29 09:50:19 2014 +0200

    Issue 7486 (Disable icon for CSS properties is cut off on Retina
    displays)
    https://code.google.com/p/fbug/issues/detail?id=7486
---
 extension/skin/classic/css.css     | 5 +++--
 extension/skin/classic/mac/css.css | 4 ----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/extension/skin/classic/css.css b/extension/skin/classic/css.css
index 1137410..87169d0 100644
--- a/extension/skin/classic/css.css
+++ b/extension/skin/classic/css.css
@@ -170,10 +170,11 @@
 
 .cssProp:-moz-any(.editGroup:hover,
                   .disabledStyle) > .cssPropIndent {
-    background: transparent url(chrome://firebug/skin/disable.svg) no-repeat 2px 1px;
+    background: transparent url(chrome://firebug/skin/disable.svg) no-repeat 2px center;
 }
 
-.cssProp.editGroup > span:first-child {
+.cssProp.editGroup > .cssPropIndent {
+    display: inline-block;
     cursor: pointer;
 }
 
diff --git a/extension/skin/classic/mac/css.css b/extension/skin/classic/mac/css.css
deleted file mode 100644
index 11dd283..0000000
--- a/extension/skin/classic/mac/css.css
+++ /dev/null
@@ -1,4 +0,0 @@
-.cssProp:-moz-any(.editGroup:hover,
-.disabledStyle) > .cssPropIndent {
-    background-position: 2px 0;
-}

-- 
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