Skip to content

Reset Electron stylesheets so it behaves like a native application

License

Notifications You must be signed in to change notification settings

stackcss/css-electron-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages