inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 15, 2013 5:51:52 GMT -8
If any of them don't work, try adding !important to the end of them. That typically fixes it. I actually discovered the above isn't the arrow I need, I don't think anyway. But I have attempted the css on all the different sections, adding the li:hover > a to them all, and even tried adding !important, as suggested, but nothing works for me Can you give a screen shot of what you are trying to target?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 15, 2013 5:59:37 GMT -8
I actually discovered the above isn't the arrow I need, I don't think anyway. But I have attempted the css on all the different sections, adding the li:hover > a to them all, and even tried adding !important, as suggested, but nothing works for me Can you give a screen shot of what you are trying to target? All arrows like that. edit: To note, it's the "select" and "action" arrows, plus the arrows ont he posting page for "font size" and "font face"
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 15, 2013 6:03:39 GMT -8
Can you give a screen shot of what you are trying to target? All arrows like that. edit: To note, it's the "select" and "action" arrows, plus the arrows ont he posting page for "font size" and "font face" Ah Ok. Then you most likely want this one for the hover... .ui-selectMenu-box:hover .arrow
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 15, 2013 7:35:25 GMT -8
All arrows like that. edit: To note, it's the "select" and "action" arrows, plus the arrows ont he posting page for "font size" and "font face" Ah Ok. Then you most likely want this one for the hover... .ui-selectMenu-box:hover .arrow You good sir, are awesome That worked perfectly.
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Feb 17, 2013 22:56:44 GMT -8
I'm sorry, and I thank for any help ... but any idea about how to change the blue highlighting users's micro profiles when you choose an user with @ button or pm recipients?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 18, 2013 7:39:11 GMT -8
I'm sorry, and I thank for any help ... but any idea about how to change the blue highlighting users's micro profiles when you choose an user with @ button or pm recipients? I mean that blue here: I completely forgot about the micro profiles.. omg I just looked and found how to change everything else (in style sheets, go to roughly line 1080). Yet, there is no hex code for the blue, nor anything that says "blue" for the color. I'm confused. I would love to know this too. @ peter3, ?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 18, 2013 8:05:56 GMT -8
It should come under "state-current".
Here is the rule.
.ui-selectlist .ui-selectlist-item.state-current { background-color: #007BF7; }
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Feb 18, 2013 9:16:14 GMT -8
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 18, 2013 10:26:48 GMT -8
It should come under "state-current". Here is the rule. .ui-selectlist .ui-selectlist-item.state-current { background-color: #007BF7; } You're awesome
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 18, 2013 10:51:26 GMT -8
It should come under "state-current". Here is the rule. .ui-selectlist .ui-selectlist-item.state-current { background-color: #007BF7; } You're awesome As much as I would like to say I am, I have to say that "Firebug" is awesome lol
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 18, 2013 11:03:47 GMT -8
You're awesome As much as I would like to say I am, I have to say that "Firebug" is awesome lol 2 things: 1) Tools are rubbish without someone using it and knowing what they are doing and looking for , 2) Even if Firebug didn't exist, I have faith in you
|
|