1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-23 21:33:01 +02:00

Improve disabled and readonly styles

This commit is contained in:
Kognise
2019-04-05 01:21:53 -04:00
parent 59b5e66ff7
commit 4bc95fc5f0
3 changed files with 11 additions and 3 deletions

View File

@@ -57,5 +57,7 @@
<input type='submit'>
</form>
<input disabled label='This is disabled'>
<input readonly label='This is readonly'>
</body>
</html>