Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight private tabs in "List all tabs" menu #113

Closed
Infocatcher opened this issue Nov 1, 2013 · 5 comments
Closed

Highlight private tabs in "List all tabs" menu #113

Infocatcher opened this issue Nov 1, 2013 · 5 comments

Comments

@Infocatcher
Copy link
Owner

Requested here: http://forums.mozillazine.org/viewtopic.php?p=13156811#p13156811

Infocatcher added a commit that referenced this issue Nov 1, 2013
Infocatcher added a commit that referenced this issue Nov 1, 2013
Infocatcher added a commit to Infocatcher/UserStyles that referenced this issue Nov 1, 2013
Infocatcher added a commit to Infocatcher/Custom_Buttons that referenced this issue Nov 13, 2013
Required styles from patches for Infocatcher/Private_Tab#113
@gopikrish2000
Copy link

I'm using TabMixPlus , Right Click context menu -> Open Tabs List should show the private tabs in blue color ( or some way to customize in userChrome.css ) . I think fixing this bug will fix context menu option also right ??

Also hovering over private tab is showing tip " {Tab Title} (private tab)" in blue color , its good start .

Infocatcher added a commit that referenced this issue Dec 27, 2013
(Tab Mix Plus options - Menu - Main Context Menu - [v] Opened Tabs List)
(#113)
@Infocatcher
Copy link
Owner Author

I'm using TabMixPlus , Right Click context menu -> Open Tabs List should show the private tabs in blue color ( or some way to customize in userChrome.css ) .

You mean
Tab Mix Plus options – Menu – Main Context Menu – Opened Tabs List
?
This should be implemented by 87b6c6b commit.

Test version: private_tab-0.1.7pre3-fx-sm.xpi (source).

@gopikrish2000
Copy link

In above 0.1.7 pre ... underline is being displayed for private tabs , is it possible to change color also ( like for tabs in userChrome.css )

@Infocatcher
Copy link
Owner Author

is it possible to change color also ( like for tabs in userChrome.css )

Yes, of course, example:

.menuitem-iconic[privateTab-isPrivate] {
    text-decoration: underline !important;
    -moz-text-decoration-color: red !important;
    -moz-text-decoration-style: dashed !important;
}

@gopikrish2000
Copy link

Yes working fine , thank you .

Infocatcher added a commit to Infocatcher/Custom_Buttons that referenced this issue Feb 10, 2014
Required styles from patches for Infocatcher/Private_Tab#113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants