View Issue Details

This issue affects 1 person(s).
 12
IDProjectCategoryView StatusLast Update
10578Bug reportsTheme editorpublic2016-03-11 11:25
Reporterandrewz Assigned ToLouisGac 
PriorityhighSeverityminor 
Status closedResolutionfixed 
Fixed in Version2.50.x 
Summary10578: color of link text is hard to read in help tip
Description

It's green on blue. I will attach a screenshot

TagsNo tags attached.
Attached Files
LS link text.png (8,786 bytes)   
LS link text.png (8,786 bytes)   
Code1.png (3,226 bytes)   
Code1.png (3,226 bytes)   
Bug heat12
Complete LimeSurvey version number (& build)2.50+ Build 160219
I will donate to the project if issue is resolvedNo
BrowserFirefox
Database type & versionN/A
Server OS (if known)N/A
Webserver software & version (if known)N/A
PHP VersionN/A

Users monitoring this issue

waltonam

Activities

waltonam

waltonam

2016-03-01 15:40

reporter   ~35819

I tried to upload multiple screen shots at once, but instead only added one, so I'm sorry for the random picture. I started up LimeSurvey on my local machine and recreated the issue. I inspected the page, tracked down the HTML element, and went to the CSS file responsible for the style of the link. I changed the color codes for the link and the link when hovered, but didn't change the color of the link after you've clicked it/visited the link. Any value can be put in place of mine, I just found a few quickly that I thought worked pretty well. Here is an album of what I had found, what I changed, and what it looks like. I didn't include an image of what the link looks like when hovered, because I'm running linux on my mac, and have no idea how to screen shot without using the mouse haha. The album has captions, so feel free to read them and get a feel for what I was thinking at the time. http://imgur.com/a/jfOwd. Cheers!

DenisChenu

DenisChenu

2016-03-01 15:47

developer   ~35823

@waltoman : think it's must be fixed only for help tip.

Something like that :
.help a{color:red}

waltonam

waltonam

2016-03-10 01:34

reporter   ~36239

So I've given it another look over and I think I've got it. I just added .questionhelp a{blah blah} and .questionhelp a:focus,.questionhelp a:hover{blah blah}. I left the original a class alone in the CSS and just added .questionhelp a. Here is an imgur album containing the relevant changes. http://imgur.com/a/cTdmP. Let me know what you think!

andrewz

andrewz

2016-03-10 03:49

reporter   ~36242

Works for me. Thanks

LouisGac

LouisGac

2016-03-10 09:44

developer   ~36252

https://github.com/LimeSurvey/LimeSurvey/pull/457

c_schmitz

c_schmitz

2016-03-11 11:25

administrator   ~36381

LimeSurvey 2.50+ Build 160311 released

Issue History

Date Modified Username Field Change
2016-02-24 17:26 andrewz New Issue
2016-02-24 17:26 andrewz File Added: LS link text.png
2016-02-26 13:56 c_schmitz Priority normal => high
2016-03-01 14:55 waltonam Issue Monitored: waltonam
2016-03-01 15:19 waltonam File Added: Code1.png
2016-03-01 15:40 waltonam Note Added: 35819
2016-03-01 15:47 DenisChenu Note Added: 35823
2016-03-10 01:34 waltonam Note Added: 36239
2016-03-10 03:49 andrewz Note Added: 36242
2016-03-10 09:44 LouisGac Note Added: 36252
2016-03-10 09:44 LouisGac Status new => resolved
2016-03-10 09:44 LouisGac Resolution open => fixed
2016-03-10 09:44 LouisGac Assigned To => LouisGac
2016-03-11 11:23 LouisGac Fixed in Version => 2.5
2016-03-11 11:25 c_schmitz Note Added: 36381
2016-03-11 11:25 c_schmitz Status resolved => closed