stackcss / css-electron-reset

Reset Electron stylesheets so it behaves like a native application

Repository from Github https://github.comstackcss/css-electron-resetRepository from Github https://github.comstackcss/css-electron-reset

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

About

Reset Electron stylesheets so it behaves like a native application

License:MIT License


Languages

Language:CSS 100.0%