Godie

joined 1 year ago
[โ€“] Godie 1 points 10 months ago

thank you very much. ๐Ÿ’™

[โ€“] Godie 3 points 1 year ago

๐Ÿ˜ฑ wooow, you are the real master, I would never have been able to find that solution without your help, and that code also solves my oneline configuration that didn't allow clicking on tabs for some reason hehe, this was the reason hehe. thank you so much.

[โ€“] Godie 1 points 1 year ago

thanks, I don't know if I could be able to edit a svg animated, maybe I just delete that animation. โค๏ธโ€๐Ÿ”ฅ

[โ€“] Godie 1 points 1 year ago

thanks, I will try.

[โ€“] Godie 1 points 1 year ago (1 children)

hi, I don't mean that, I mean the firefox-view tab, not the firefox-view button, when you clic the firefox-view button it opens the tab but this tab is invisible, and that was make problems for my code.

[โ€“] Godie 1 points 1 year ago

thanks for the help, I will use this, I hope don't affect other hidden tabs cause if I don't use [hidden="true"] too for some reason the code fails.

.tabbrowser-tab:is([hidden="true"][label="Firefox View"]){
    display: block !important;
    max-width: 0px !important;
    min-width: 0px !important;
    height: 0px !important;
    padding-inline: 0px !important;
}
[โ€“] Godie 2 points 1 year ago

Thanks for the explanation, you are a genius. I will use this:

.tabbrowser-tab:last-of-type::after{..}

[โ€“] Godie 1 points 1 year ago* (last edited 1 year ago)

Use this format to englobe all urls in about:preferences page:

@-moz-document url-prefix(about:preferences){...}

Edit: maybe you want something like this:

window, dialog{
    --in-content-border-color: red !important;
}
[โ€“] Godie 1 points 1 year ago
[โ€“] Godie 1 points 1 year ago (3 children)

@[email protected] could you help me with the syntax with not, or when I want use "or" or "and", for example this not work: @media ( not -moz-bool-pref:"firefoxgx.tab-shapes") {...}

view more: โ€น prev next โ€บ