Bug 368636

Summary: links in the richtext widgets needs to be light green, not blue.
Product: [openSUSE] openSUSE 11.0 Reporter: Jakub Steiner <jimmac>
Component: InstallationAssignee: Jakub Steiner <jimmac>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: coolo
Version: Alpha 2plus   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 368624    

Description Jakub Steiner 2008-03-10 12:18:05 UTC
See [1] to clearly see the issue.

http://flickr.com/photos/jakubsteiner/2316880840/

Supposedly the links and other elements in the installer uses form markup (<font color="">). It is desirable to have the style defined in the CSS stylesheet instead. 

Perhaps this can be overriden with !important. Will test as soon as I have a working test environment set up again.
Comment 1 Jakub Steiner 2008-03-10 17:43:15 UTC
FWIW It doesn't seem to be possible to style elements within the rich text widget, so something like:

  YQRichText > YQTextBrowser a {
    color: green !important;
  }

won't work at the moment.
Comment 2 Jakub Steiner 2008-03-31 19:59:15 UTC
*** Bug 372348 has been marked as a duplicate of this bug. ***
Comment 3 Stephan Kulow 2008-04-11 19:19:32 UTC
I added "green", but it's too dark. But you can edit the stylesheet freely now.