Godie

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

Thanks, this open a lot of possibilities. ๐Ÿ–ค

[โ€“] Godie 2 points 6 months ago (1 children)

I updated the code and check the rest of my code and all is good now, sorry for the lost time.

[โ€“] Godie 1 points 6 months ago

I will check again...

[โ€“] Godie 1 points 6 months ago

๐Ÿ’™I saw you updated the style, thanks.

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

thanks for the explanation but I can't get it to work. you said :root but I don't understand how, I saw a div called root inside body element, I tried too apply to html jeje I don't know, maybe I should start to love the scroll.

[โ€“] Godie 1 points 7 months ago

ooh, thanks for the explanation, I'm sure I understand better how this works. ๐Ÿ’™

[โ€“] Godie 2 points 7 months ago (2 children)

thanks for the answer, I searched where the variable is used and added !important and that fixed, I don't know why but all right jeje:

body{
    background-image: var(--newtab-wallpaper-dark, "") !important;
    ...
[โ€“] Godie 2 points 8 months ago

thank you so much, I will use @-moz-document for a quick solution, I will try your new code in a future cause I'm getting some issues combined with my personal code, I think jeje. Thanks for the quick answer.

[โ€“] Godie 1 points 9 months ago

thank you very much. ๐Ÿ’™

[โ€“] Godie 3 points 11 months 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.

 

I would like to change this preference to something like this: AccentColor: red !important; but don't work.

 

I use some code that use the position of the tab to give some style but when that Firefox-view tab is active create a invisible tab that makes the code wrong. I would like to have that tab visible, and work with that or I don't know jeje

 

My code is this, I tried different codes but not works.

.tabbrowser-tab::after::last-child{
    content: "" !important;
    display: block;
    height: var(--tab-height-personal) !important;
    width: 130px !important;
    border-bottom: 1px solid blue !important;
    border-image: var(--panel-separator-zap-gradient2) 1 !important;
}
 

I applied this padding:

/* Nuevo espacio alrededor del contenido web */

:root:not([sizemode="fullscreen"]) #appcontent { padding: 1px 4px 4px 4px !important; }

and I wonder if is possible make the scrollbar clickable from the border with some trick.

view more: โ€น prev next โ€บ