<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>input on Curtis Timson</title><link>https://hugo.curtiscode.dev/tags/input/</link><description>Recent content in input on Curtis Timson</description><generator>Hugo -- gohugo.io</generator><language>en-GB</language><lastBuildDate>Wed, 16 Aug 2017 19:00:00 +0000</lastBuildDate><atom:link href="https://hugo.curtiscode.dev/tags/input/index.xml" rel="self" type="application/rss+xml"/><item><title>Styling readonly attributes with CSS</title><link>https://hugo.curtiscode.dev/post/css/style-readonly-attribute-css/</link><pubDate>Wed, 16 Aug 2017 19:00:00 +0000</pubDate><guid>https://hugo.curtiscode.dev/post/css/style-readonly-attribute-css/</guid><description>There may be times in which you need to style inputs which have been set with a readonly state.
In which case you can simply include the readonly attribute in your CSS selector to target this particular state:
input[readonly] { background-color:#ccc; }</description></item></channel></rss>