Skip to content

Commit

Permalink
Add Win-10 compatable user styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Soakedcardinal committed Feb 7, 2018
0 parents commit 4f8959c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions ShadowFox
Submodule ShadowFox added at e487f2
1 change: 1 addition & 0 deletions UserChrome-Tweaks
Submodule UserChrome-Tweaks added at 694ff0
6 changes: 6 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import "ShadowFox/userChrome_imports.css";

/* Hide Mobile Bookmarks from Toolbar Bookmarks Menu */
#BMB_mobileBookmarks {
display: none !important;
}
10 changes: 10 additions & 0 deletions userContent.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@import "ShadowFox/userContent_imports.css";
/*@import "ublock.css";*/

#PersonalToolbar {
visibility:collapse;
}
#main-window[title^="New Tab"] #PersonalToolbar,
#main-window[title="Mozilla Firefox"] #PersonalToolbar {
visibility:visible !important;
}

0 comments on commit 4f8959c

Please sign in to comment.