Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

input:hover, textarea:hover { background: #fbfbfb; } - Location of These Options

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

I'm on a local wamp site using Fox Contact and I noticed that the input & textarea elements have hover states - I wanted to know if they are hard-coded and if not, then could you point me to where I could change this in the template options as I don't see it?

The above is on line 8016 of the buildr base4 template stylesheet, under "/templates/buildr/css/", code is:
input:hover,
textarea:hover {
background: #fbfbfb;
}

Not sure if this was intentionally set in the framework or not?

Aadil
  • Aadil's Avatar
  • Aadil
  • LIfetime Developer - Big Bamboo
  • 292 posts
  • 13 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Aadil,

I'm not a 100% sure as I don't use this extension

With the standard form on Joomla its the focus state and the template uses the browser user stylesheet for this e.g. no template styling for this
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
:focus {
outline: -webkit-focus-ring-color auto 5px;
}

For example is the style I see in Chrome
Taken from the browser user agent stylesheet
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Okay, the extension is built to pull in all the styles from the template (as that's the way I set it).
The hover states are from the Buildr stylesheet, location mentioned above - I attached an image.

hovers.png


Aadil
  • Aadil's Avatar
  • Aadil
  • LIfetime Developer - Big Bamboo
  • 292 posts
  • 13 Thanks
  • Karma: 4
Last Edit: 7 years 7 months ago by Aadil.
The administrator has disabled public write access.
Hi Aadil,

For the hover style it is a template style so you would need to override it in the custom.css

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Aadil

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers