Giter VIP home page Giter VIP logo

Comments (6)

yafp avatar yafp commented on June 1, 2024

I can reproduce that with VTR 0.5.0 using the dark theme (FF 45 on Linux).

from vertical-tabs-reloaded.

Croydon avatar Croydon commented on June 1, 2024

I can confirm this as well on my Fedora machine, but not on my Windows setup.
Seems to be Linux only.

This is a follow up problem of #26. I'm wondering if @Keith94 would be willing to look into that once again? 😄

from vertical-tabs-reloaded.

Keith94 avatar Keith94 commented on June 1, 2024

@Croydon Well I don't have a Linux environment to reproduce this in, so I'm not entirely sure how to fix it. I played around with -moz-image-region to get a specific image for the different attributes. Maybe it will work for the 100% DPI setting...

.tab-close-button {
    -moz-image-region: rect(0px, 20px, 20px, 0px) !important;
}
.tab-close-button:hover {
    -moz-image-region: rect(0px, 40px, 20px, 20px) !important;
}
.tab-close-button:active {
    -moz-image-region: rect(0px, 60px, 20px, 40px) !important;
}

from vertical-tabs-reloaded.

Keith94 avatar Keith94 commented on June 1, 2024

This file from the source code contains additional rules for the Windows theme's close buttons: https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/windows/global/global.css#L326-L396

The default Linux theme is apparently using background-image rather than list-style-image for its close buttons, for what it's worth.
https://github.com/mozilla/gecko-dev/blob/master/toolkit/themes/linux/global/global.css#L311-L326

from vertical-tabs-reloaded.

ntninja avatar ntninja commented on June 1, 2024

I can confirm that the style rules posted by @Keith94 fix the problem when added to the browser globally using stylish. 😄

from vertical-tabs-reloaded.

Croydon avatar Croydon commented on June 1, 2024

Fixed with the next update. Thank you all :)

from vertical-tabs-reloaded.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.