Closed (fixed)
Project:
Elements Theme
Version:
6.x-1.3-beta3
Component:
User interface
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2010 at 21:41 UTC
Updated:
23 Apr 2011 at 10:11 UTC
Colours of the links in error or warning messages are almost the same with their background colour. I had to add something like that so to distinguish them:
div.messages a{
color: #000000;
}same for tabs:
div.tabs a{
color: #000000;
}
Comments
Comment #1
jrpowell01 commentedagreed. The tabs are actually the same colors used in the forums which creates a big problem. Awesome theme though. One of my favs.
Comment #2
ipwa commentedCommitted to 6.x and 7.x branches. Thanks
Comment #3
ipwa commented