Re:Input Boxes and Hover effects
L_R (User)

Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Karma: 0  
Input Boxes and Hover effects
by L_R 3 Months, 3 Weeks ago
Hi all!

Just wanted to ask a n00b question probably easy for advanced programmers but, I am having troubles with a template/core component. If you look at the screen-shot you will notice that the drop down menu's are white with white text until you mouse over them. Is there a way to fix that?

Also when you log in as admin and if you put your mouse over the edit button on the top of each article there is supposed to be a comment balloon pop-up with "Edit article , Published, Public, blah blah... Well on my page the words popup but no balloon so you just have floating words following the cursor and it's impossible to read with the page text underneath.

Also wanted to add that this is only a problem with the sublime template, which is awesome BTW!!!

Like I said all are probably basic n00b questions but I'm no joomla! uber-coder.

Thanks !!!
Revenant
Last Edit: 2008/08/06 13:25 By L_R.
The administrator has disabled public write access. | Report to moderator    
Lumo (Admin)

Admin
Posts: 76
graph
User Online Now Click here to see the profile of this user
Karma: 3  
Re:Input Boxes and Hover effects
by Lumo 3 Months, 3 Weeks ago
Hi There,

For your input boxes, have a look in your template CSS folder - open up your template CSS file and look for the following:

Code:

.inputbox:hover {
background-color: #434343;
border: 1px solid #222222;
color: #FFFFFF;
}



Change that (or remove it) as you want to, and it will alter the hover effects - if it does not take effect then send me your URL and I will have a look .

As for the Tips, we have noticed the same on our side, and you need to add the following into the same CSS file mentioned above:

Code:

.tool-tip {
float: left;
border: 2px solid #000000;
padding: 5px;
background-color: #333333;
}

.tool-title {
padding: 2px;
margin: 0;
font-size: 12px;
font-weight: bold;
margin-top: -15px;
padding-top: 15px;
padding-bottom: 5px;
color: #CCCCCC;
}

.tool-text {
font-size: 11px;
padding: 5px;
color: #FFFFFF;
}



We will be adding this into a version update of sublime shortly, thanks for pointing it out!
The administrator has disabled public write access. | Report to moderator    
L_R (User)

Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Karma: 0  
Re:Input Boxes and Hover effects
by L_R 3 Months, 3 Weeks ago
Lumo~

Well you are awesome I have half of the drop down menu thing fixed. I now have white BG with Blue Words now I just need to figure out how to make the drop downs #21272A color. with blue text

As far as adding the code Above ^ were do I place that? At the bottom?

Thanks!
Revenant
Last Edit: 2008/08/07 14:33 By Lumo. Reason: cleaning up...
The administrator has disabled public write access. | Report to moderator    
Lumo (Admin)

Admin
Posts: 76
graph
User Online Now Click here to see the profile of this user
Karma: 3  
Re:Input Boxes and Hover effects
by Lumo 3 Months, 3 Weeks ago
just place it right at the bottom of your CSS file and it should take effect immediately

as for your input boxes default styling, try editing the .inputbox CSS style...
The administrator has disabled public write access. | Report to moderator    
       
© 2008-2020 Theme Joomla. 2Checkout.com, Inc. is an authorized retailer of Theme Joomla.