diff --git a/README.md b/README.md index aa70eaf..4033c58 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,10 @@ Well, I may have lied a *little* bit when I said Water.css makes use of no class Oh, you want a demo you say? Cheeky fellah! -[Well, here's your demo.](https://kognise.github.io/water.css/) And here's a screenshot to top it off: +[Well, here's your demo.](https://kognise.github.io/water.css/) And here's a screenshot of the dark theme to top it off: ![Screenshot](screenshot.jpg) -Don't forget there's a light theme as well. - Don't like how it looks? Feel free to submit an issue or PR with suggestions. ## Contributing diff --git a/docs/index.html b/docs/index.html index 5ede8aa..fa27fdf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,5 +57,7 @@ + + diff --git a/water.css b/water.css index ba15381..1765596 100644 --- a/water.css +++ b/water.css @@ -64,6 +64,14 @@ input[type='checkbox']:active, input[type='submit']:active, input[type='button'] transform: translateY(2px); } +input:read-only, input:disabled { + cursor: not-allowed; +} + +input:disabled { + opacity: 0.5; +} + body.light { background: #ffffff; color: #363636;