Skip to content

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

@lwkchan

Description

@lwkchan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions