#990 Branch selector theme issue (dark gtk theme in firefox)
Closed: Fixed Opened by rharwood.

Hi, when using a dark theme in firefox (45.1.1), the branch selector becomes unreadable and looks like this.

Thanks!


Specifically what dark theme are you using in Firefox? I tried a couple of darker themes, and didnt see this issue.

I'd lean towards this being an issue with the theme, rather than pagure itself, but if i can get the same results in the same theme, i might be able to put something in place to override this in pagure.

Specifically what dark theme are you using in Firefox? I tried a couple of darker themes, and didnt see this issue.

I'd lean towards this being an issue with the theme, rather than pagure itself, but if i can get the same results in the same theme, i might be able to put something in place to override this in pagure.

ryanlerch writes:

Specifically what dark theme are you using in Firefox? I tried a
couple of darker themes, and didnt see this issue.

The theme I was using in the screenshot was custom, but I reproduced the
issue to similar effect with Nodoka-Midnight (I think this comes from
the gtk-nodoka-engine-extras package in Fedora).

Just to be clear here -- the theme you are using is a GTK theme, not a Firefox theme? You have no Firefox theme?

Just to be clear here -- the theme you are using is a GTK theme, not a Firefox theme? You have no Firefox theme?

Correct, gtk2 theme and no firefox theme.

I have added the following into Stylish, which makes this portion of the UI usable (though it has some other consequences, such as setting the dates on comments to white-on-white):

    .pull-xs-right {
        color: white;
    }

Metadata Update from @lslebodn:
- Issue tagged with: IDM

This appears to be fixed by the new UI in pagure 5.

Please re-open if this is still an issue.

Metadata Update from @ryanlerch:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata