-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
Works only with patches from Infocatcher/Private_Tab#113
Required styles from patches for Infocatcher/Private_Tab#113
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 . |
(Tab Mix Plus options - Menu - Main Context Menu - [v] Opened Tabs List) (#113)
You mean Test version: private_tab-0.1.7pre3-fx-sm.xpi (source). |
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 ) |
Yes, of course, example: .menuitem-iconic[privateTab-isPrivate] {
text-decoration: underline !important;
-moz-text-decoration-color: red !important;
-moz-text-decoration-style: dashed !important;
} |
Yes working fine , thank you . |
Required styles from patches for Infocatcher/Private_Tab#113
Requested here: http://forums.mozillazine.org/viewtopic.php?p=13156811#p13156811
The text was updated successfully, but these errors were encountered: