css-electron-reset

1.0.0 • Public • Published

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;
}
 
inputtextareaselectbuttonimg {
  -webkit-user-drag: none;
}
 
.draggable {
  -webkit-app-region: drag;
}
 
.selectable {
  -webkit-user-select: auto;
  cursor: auto;
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i css-electron-reset

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bret
  • goto-bus-stop
  • yoshuawuyts
  • ahdinosaur
  • hughsk
  • jongacnik
  • zhouhancheng