Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

css-electron-reset

stackcss2MIT1.0.0

Reset Electron stylesheets so it behaves like a native application

css, electron, reset

readme

css-electron-reset stability

npm version build status downloads js-standard-style

Reset Electron stylesheets so it behaves like a native application

CSS

html {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  cursor: default;
}

input, textarea, select, button, img {
  -webkit-user-drag: none;
}

.draggable {
  -webkit-app-region: drag;
}

.selectable {
  -webkit-user-select: auto;
  cursor: auto;
}

License

MIT