friendica / red

The Red Matrix
MIT License
214 stars 50 forks source link

In input groups button icons are not visible #849

Closed cvogeley closed 9 years ago

cvogeley commented 9 years ago

The button icons are not visible in saved searches, people find and channel find input-groups.

pafcu commented 9 years ago

I can't seem to reproduce. What do you see instead? Are the buttons visible but empty? Could you take a screenshot to illustrate the problem?

cvogeley commented 9 years ago

Oh, sorry. I thought this was visible everywhere. I checked Safari, IE, Android,Chrome and Firefox. I tried to fix it, but haven't been able so far.

That is what it looks like saved_searches find-channels

friendica commented 9 years ago

Not seeing those results here either. Any theme customisations?

pafcu commented 9 years ago

Works for me at least. I also looked at https://christian-vogeley.de which I assume is your hub, and it seems fine. Have you tried clearing your browser cache?

cvogeley commented 9 years ago

There shouldn't be any theme modifications in the code. But I have set application font sizes in the display settings to 90%. I just saw that if I remove this they become visible.

pafcu commented 9 years ago

So it seems it's a problem with OS X then? Would probably make sense to try to make a minimal HTML example where the problem is visible, to determine if it's a general problem, or some problem that appears only in combination with Red CSS.

cvogeley commented 9 years ago

No, I mean display settings in RedMatrix (settings/display) -->font settings for the entire application. This setting also affects the icons in input groups. I may have a further look at this, but I am still at work.

pafcu commented 9 years ago

Ah, OK, sorry for misunderstanding. Seems like the problem is line 2228 in view/theme/redbasic/css/style.css. Removing that rule fixes the problem. However, it's not the correct solution, since it results in some other graphical issues.

cvogeley commented 9 years ago

By the way: are the buttons and text fields correctly aligned on your side? It looks like that for me on IE, I can check other browsers at home: saved_searches find_channels

pafcu commented 9 years ago

No such problems here, probably related to the font-size thing.

ghost commented 9 years ago

This issue was moved to redmatrix/redmatrix#172