diff --git a/icons/command-frames.svg b/icons/command-frames.svg index f075691..ceae757 100644 --- a/icons/command-frames.svg +++ b/icons/command-frames.svg @@ -2,6 +2,5 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - - + diff --git a/icons/command-responsivemode.svg b/icons/command-responsivemode.svg new file mode 100644 index 0000000..66a4818 --- /dev/null +++ b/icons/command-responsivemode.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/icons/performance.svg b/icons/performance.svg new file mode 100644 index 0000000..b5b4a79 --- /dev/null +++ b/icons/performance.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/icons/send.svg b/icons/send.svg index a7720fb..573ed55 100644 --- a/icons/send.svg +++ b/icons/send.svg @@ -1,20 +1,15 @@ - - - - - - + + + + + + diff --git a/userChrome.css b/userChrome.css index a0a7c83..f94b88a 100644 --- a/userChrome.css +++ b/userChrome.css @@ -275,6 +275,9 @@ padding-top: var(--arowpanel-menuitemblank-padding) !important; padding-bottom: var(--arowpanel-menuitemblank-padding) !important; } + #appMenu-fxa-status2::before { + margin-top: var(--arowpanel-menuitemblank-padding); + } /* Icons Color */ #appMenu-multiView .subviewbutton::before, @@ -295,7 +298,7 @@ #appMenu-fxa-status2[fxastatus=signedin]::before { /* Don't exist img tag */ display: none; } - #appMenu-fxa-label2::before { + #appMenu-fxa-status2[fxastatus=signedin] #appMenu-fxa-label2::before { /* url("https://profile.accounts.firefox.com/v1/avatar/a") */ content: ''; background-image: var(--avatar-image-url) !important; @@ -400,7 +403,7 @@ list-style-image: url(chrome://browser/skin/developer.svg); } #appmenu-developer-tools-view .subviewbutton:nth-child(2) { /* Task Manager */ - list-style-image: url(chrome://global/skin/icons/performance.svg); + list-style-image: url(./icons/performance.svg); } #appmenu-developer-tools-view .subviewbutton:nth-child(3) { /* Remote Debugging - Edge bug.svg */ list-style-image: url(./icons/bug.svg); @@ -409,13 +412,13 @@ list-style-image: url(./icons/webdeveloper.svg); } #appmenu-developer-tools-view .subviewbutton:nth-child(5) { /* Browser Content Toolbaox - */ - list-style-image: url(chrome://devtools/skin/images/command-frames.svg); + list-style-image: url(./icons/command-frames.svg); } #appmenu-developer-tools-view .subviewbutton:nth-child(6) { /* Browser Console */ list-style-image: url(chrome://devtools/skin/images/command-console.svg); } #appmenu-developer-tools-view .subviewbutton:nth-child(7) { /* Responsive Design Mode */ - list-style-image: url(chrome://devtools/skin/images/command-responsivemode.svg); + list-style-image: url(./icons/command-responsivemode.svg); } #appmenu-developer-tools-view .subviewbutton:nth-child(8) { /* Eyedropper */ list-style-image: url(chrome://devtools/skin/images/command-eyedropper.svg);