jdan / 98.css

A design system for building faithful recreations of old UIs

Home Page:https://jdan.github.io/98.css

Repository from Github https://github.comjdan/98.cssRepository from Github https://github.comjdan/98.css

Add disabled states for input[type='email'], input[type='text'], input[type='password']

lwkchan opened this issue Β· comments

Hello πŸ‘‹
Using 98.css in my own project at the moment and I would like to add disabled input[type="text"]. Basing it off this image I found, I think adding a silver background is enough. Something like

input[type='email']:disabled,
input[type='password']:disabled,
input[type='text']:disabled {
  background-color: var(--surface);
}

windows 98 form example

Closing since PR #110 has been merged.