Not Solved popup menu
#1
Not Solved
Sorry for asking so many questions. Despite finding this page a few hours ago, I still seem to be having problems.

At the bottom of the forum is a language selector. I assume that's a popup menu. And the other ones that look like it are popup menus. But I'm probably wrong because I can't color them. Despite entering #f0e8e5 where it seems to go, it remains white. Or maybe I'm just shooting at the wrong CSS.

Quote:.popup_menu {
background: #f0e8e5;
border: 1px solid #000;
}

.popup_menu .popup_item {
background: #f0e8e5;
color: #000;
}

.popup_menu .popup_item:hover {
background: #C7DBEE;
color: #000;
}

There is also this, but it doesn't see like it would color the background

Quote:.popup_menu .popup_item_container {
margin: 1px;
text-align: left;
}

.popup_menu .popup_item {
display: block;
padding: 3px;
text-decoration: none;
white-space: nowrap;
}

.popup_menu a.popup_item:hover {
text-decoration: none;

The only other menus I can find are the top one and bottom one, and those don't apply to this.
Reply
#2
Not Solved
In global.css find;

select {
	background: #000000;
	border: 1px solid #0f5c8e;
}

and adjust your colors.
Reply
#3
Not Solved
(2010-12-04, 09:28 AM)Yaldaram Wrote: In global.css find;

Aha! Thanks!

Reply
#4
Not Solved
Just for future reference, the popup member you posted in your first post is for the menu you see when you click the "Edit" button inside posts.
Reply
#5
Not Solved
(2010-12-05, 02:46 AM)x-Treme Wrote: Just for future reference, the popup member you posted in your first post is for the menu you see when you click the "Edit" button inside posts.

Thanks. I was wondering about that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)