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

Unable to integrate with Firefox-UWP-Style #93

Open
dp103 opened this issue Sep 26, 2024 · 4 comments
Open

Unable to integrate with Firefox-UWP-Style #93

dp103 opened this issue Sep 26, 2024 · 4 comments
Labels

Comments

@dp103
Copy link

dp103 commented Sep 26, 2024

I followed the instructions "Using simpleMenuWizard together with other custom modifications"
It still does not work. can someone guide me!

(https://github.com/Guerra24/Firefox-UWP-Style)

@stonecrusher
Copy link
Owner

Sorry that question is not specific enough. You need to provide more information.

The other modification works, but simpleMenuWizard doesn't?

What browser version do you use?

Show your userChrome.css

@dp103
Copy link
Author

dp103 commented Sep 27, 2024

I use Firefox 130.0.1 (64-bit)

i used a clean install of Firefox on win 10.

The "Firefox-UWP-Style" is MDL2 Theme for Firefox. It provided me with bunch of files to be placed in chrome folder.

It includes userContent.css, userChrome.css, customContent.css, customChrome.css and a css folder with more css files within it.

These are the contents of userChrome.css

/AGENT_SHEET/

/* MDL2 /
/
Base Theme */
@import url(./css/base.css);

/* simple Menu Wizard Context Menus */
@import url(./simpleMenuWizard.css);

/* Pop-ups, Context Menus, Dropdowns, etc */
@import url(./css/context.css);

/* Base Tags Theme */
@import url(./css/tags.css);

/* Pages */
@import url(./css/pagesChrome.css);

/* Styles */
@import url(./css/styles/mdl2.css);
@import url(./css/styles/sun-valley.css);

/*
@media (-moz-bool-pref: "pref.here") {
*/

/* Custom CSS for userChrome.css */
@import url(./customChrome.css);

@stonecrusher
Copy link
Owner

I don't know why you didn't place

/* simple Menu Wizard Context Menus */
@import url(./simpleMenuWizard.css);

to the very top as instructed, but I don't think that's the problem.

The other modification works?

@dp103
Copy link
Author

dp103 commented Sep 29, 2024

I also placed at the top. Didn't work.
yes the theme works.
Now i have manually added lines for each specific code to remove tabs in the css file.

After some workaround my main concerns have been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants