- Alcatel (6)
- Android (6)
- Blogger (10)
- Calculators (1)
- Facebook (1)
- Games (4)
- GitHub (1)
- Html-Css-Js (45)
- Illustrator (2)
- InfoSec (13)
- Photoshop (4)
- PHP (11)
- Unicode (2)
- Windows (2)
jQuery
elevateZoom (Requires jQuery)
Microsoft Store (Donation)
Facebook Messenger (Donation)
Many donors of this blog prefer to donate their money through Facebook Messenger!
Click here to go to this blog's Facebook Page!
Thank you!
Click here to go to this blog's Facebook Page!
Thank you!
Request Web\PHP\JavaScript\HTML Project !
Contact us if you want us to develop a Web\PHP\JavaScript\HTML project for you!
Advertise On This Blog!
If you want a Product\Service\Event to be advertised on this blog, feel free to contact us!
Ads (Reserved)
Thursday, March 23, 2017
Firefox - Find Blog Elements CSS Code
Element CSS code found below:
.contact-form-button-submit {
color: red;
background: white;
border-color: red;
}
from the code above, you can get the following ones:
/* Submit button style (on mouseover) */
.contact-form-button-submit:hover{
color: white;
background: red;
border-color: white;
}
/* Submit button style (while sending message) */
.contact-form-button-submit.disabled{
color: white;
background: red;
border-color: white;
}
then the codes can be applied in the blog Theme\Customize\Advanced\Add CSS
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment