[Pkg-mozext-commits] [firebug] 44/55: [&1.10] Fixed twisty display in Cookies panel for Mac OS

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:11 UTC 2014


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

taffit pushed a commit to tag firebug-1.10.1
in repository firebug.

commit 25b26fa453dfdc3b6060392180690cbf089e2a16
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Jul 16 12:25:48 2012 +0200

    [&1.10] Fixed twisty display in Cookies panel for Mac OS
---
 extension/skin/classic/cookies/cookies.css | 10 ----------
 extension/skin/classic/mac/panel.css       |  8 +++++---
 extension/skin/classic/win/panel.css       | 11 +++++++----
 3 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/extension/skin/classic/cookies/cookies.css b/extension/skin/classic/cookies/cookies.css
index 595564e..06dc2bc 100644
--- a/extension/skin/classic/cookies/cookies.css
+++ b/extension/skin/classic/cookies/cookies.css
@@ -215,22 +215,12 @@
 
 /************************************************************************************************/
 
-.cookieRow .cookieNameLabel {
-    background-image: url(chrome://firebug/skin/win/twistyClosed.png);
-    background-repeat: no-repeat;
-    background-position: 2px 2px;
-}
-
 .cookieNameLabel:hover {
     cursor: pointer;
     color: blue;
     text-decoration: underline;
 }
 
-/*.cookieRow */.opened > .cookieCol > .cookieNameLabel {
-    background-image: url(chrome://firebug/skin/win/twistyOpen.png);
-}
-
 /* Session cookies */
 .sessionCookie > .cookieExpiresCol {
     color: green;
diff --git a/extension/skin/classic/mac/panel.css b/extension/skin/classic/mac/panel.css
index 772a245..3516197 100644
--- a/extension/skin/classic/mac/panel.css
+++ b/extension/skin/classic/mac/panel.css
@@ -20,7 +20,8 @@ body {
 .hasHeaders .netHrefLabel,
 .objectBox-stackFrame.hasTwisty,
 .netPageRow > .netCol > .netPageTitle,
-.computedStyle.hasSelectors > .stylePropName {
+.computedStyle.hasSelectors > .stylePropName,
+.cookieRow > .cookieNameCol > .cookieNameLabel {
     background-image: url(chrome://firebug/skin/mac/twistyClosed.png);
     background-repeat: no-repeat;
     background-position: 2px 3px;
@@ -36,7 +37,8 @@ body {
 .netRow.opened > .netCol > .netHrefLabel,
 .objectBox-stackFrame.hasTwisty.opened,
 .netPageRow.opened > .netCol > .netPageTitle,
-.computedStyle.hasSelectors.opened > .stylePropName {
+.computedStyle.hasSelectors.opened > .stylePropName,
+.cookieRow.opened > .cookieNameCol > .cookieNameLabel {
     background-image: url(chrome://firebug/skin/mac/twistyOpen.png);
 }
 
@@ -161,4 +163,4 @@ body {
 .useA11y .a11yShowFullLabel,
 .netInfoText {
     font-family: Monaco, monospace;
-}
\ No newline at end of file
+}
diff --git a/extension/skin/classic/win/panel.css b/extension/skin/classic/win/panel.css
index 5c7a813..b00a857 100644
--- a/extension/skin/classic/win/panel.css
+++ b/extension/skin/classic/win/panel.css
@@ -14,7 +14,8 @@
 .netPageRow > .netCol > .netPageTitle,
 .cssComputedHeader > .twisty,
 .breakpointHeader > .twisty,
-.computedStyle.hasSelectors > .stylePropName {
+.computedStyle.hasSelectors > .stylePropName,
+.cookieRow > .cookieNameCol > .cookieNameLabel {
     background-image: url(chrome://firebug/skin/win/twistyClosed.png);
     background-repeat: no-repeat;
     background-position: 2px 2px;
@@ -33,7 +34,8 @@
 .objectBox-stackFrame.hasTwisty.opened,
 .computedStylesGroup.opened > .cssComputedHeader > .twisty,
 .breakpointBlock.opened > .breakpointHeader > .twisty,
-.computedStyle.hasSelectors.opened > .stylePropName {
+.computedStyle.hasSelectors.opened > .stylePropName,
+.cookieRow.opened > .cookieNameCol > .cookieNameLabel {
     background-image: url(chrome://firebug/skin/win/twistyOpen.png);
 }
 
@@ -41,7 +43,8 @@
     background-position: 4px 4px;
 }
 
-.hasHeaders .netHrefLabel {
+.hasHeaders .netHrefLabel,
+.cookieRow > .cookieNameCol > .cookieNameLabel {
     background-position: 2px 50%;
 }
 
@@ -60,4 +63,4 @@
 
 .closeButton:hover:active {
     background-position: 0 -32px;
-}
\ No newline at end of file
+}

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