! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Input text colour the same as background colour in some themes
Status:
RESOLVED: INVALID
Product:
Xfce4-smartbookmark-plugin
Component:
General

Comments

Description ToZ editbugs 2015-03-09 23:05:20 CET
For some themes, e.g. Greybird, the text colour of the plugin is the same as the background colour of the text input box making the text entry invisible. It would be helpful if there was a gui option to specify the colour of the text. (I'm sure there is a gtkrc hack to do this - just haven't figured it out yet). The gui option would be more user-friendly.
Comment 1 ToZ editbugs 2015-03-09 23:19:01 CET
This entry in ~/.gtkrc-2.0 fixes the foreground font colour:

style "my_smartbookmark"
{
        text[NORMAL] = "#000000"
}
widget "*bookmark*GtkEntry"     style:highest "my_smartbookmark"
Comment 2 Simon Steinbeiss editbugs 2015-03-10 00:17:47 CET
Indeed, this sort of stuff should be fixed in the themes. I'll try to fix that in Greybird, but be sure to report it against other themes with that problem.
Comment 3 Simon Steinbeiss editbugs 2015-03-10 08:48:36 CET
Fixed in Greybird: https://github.com/shimmerproject/Greybird/commit/bd6e6180cc490b772fab718349c22711c7b0db5d

Other themes can use this reference commit to fix any problems that might occur as well. Not a bug in the plugin, however.

Bug #11675

Reported by:
ToZ
Reported on: 2015-03-09
Last modified on: 2015-03-10

People

Assignee:
Florian Rivoal
CC List:
1 user

Version

Attachments

Additional information