digitalpoint Well-known member Mar 28, 2014 #1 Can this be not hard-coded to blue? Code: .redactor_dropdown a:hover { color: #444; text-decoration: none; background-color: #dde4ef; }
Can this be not hard-coded to blue? Code: .redactor_dropdown a:hover { color: #444; text-decoration: none; background-color: #dde4ef; }
Amaury Well-known member Mar 28, 2014 #2 I see this as more of a suggestion, but you can overwrite that with custom CSS: Code: .redactor_dropdown a:hover { background-color: @inlineMod !important; }
I see this as more of a suggestion, but you can overwrite that with custom CSS: Code: .redactor_dropdown a:hover { background-color: @inlineMod !important; }
Russ Well-known member Mar 28, 2014 #3 Amaury said: I see this as more of a suggestion, but you can overwrite that with custom CSS: Code: .redactor_dropdown a:hover { background-color: @inlineMod !important; } Click to expand... Not everyone has a blue style, hence it really shouldn't be hard-coded.
Amaury said: I see this as more of a suggestion, but you can overwrite that with custom CSS: Code: .redactor_dropdown a:hover { background-color: @inlineMod !important; } Click to expand... Not everyone has a blue style, hence it really shouldn't be hard-coded.
P Paul B XenForo moderator Staff member Mar 28, 2014 #4 The same argument can be made for the icons, some of the member card elements, etc. I too have had to change a lot of hard coded colours and recolour all the sprites as my style is green.
The same argument can be made for the icons, some of the member card elements, etc. I too have had to change a lot of hard coded colours and recolour all the sprites as my style is green.
CTXMedia Well-known member Mar 28, 2014 #5 Russ said: Not everyone has a blue style, hence it really shouldn't be hard-coded. Click to expand... I think Shawn is asking for it NOT to be hard-coded (which it is at the moment); so that it changes colour when you adjust your style palette.
Russ said: Not everyone has a blue style, hence it really shouldn't be hard-coded. Click to expand... I think Shawn is asking for it NOT to be hard-coded (which it is at the moment); so that it changes colour when you adjust your style palette.
Russ Well-known member Mar 28, 2014 #6 Clickfinity said: I think Shawn is asking for it NOT to be hard-coded (which it is at the moment); so that it changes colour when you adjust your style palette. Click to expand... Yes I know , which is why I wrote shouldn't as well
Clickfinity said: I think Shawn is asking for it NOT to be hard-coded (which it is at the moment); so that it changes colour when you adjust your style palette. Click to expand... Yes I know , which is why I wrote shouldn't as well
CTXMedia Well-known member Mar 28, 2014 #7 Russ said: Yes I know , which is why I wrote shouldn't as well Click to expand... - Ah, sorry, I missed that. I shouldn't have, but I did. Last edited: Mar 28, 2014
Russ said: Yes I know , which is why I wrote shouldn't as well Click to expand... - Ah, sorry, I missed that. I shouldn't have, but I did.
Mike XenForo developer Staff member Apr 2, 2014 #8 I made some changes to pull a few things from the color palette here.