SIGN IN SIGN UP
connors / photon UNCLAIMED

The fastest way to build beautiful Electron apps using simple HTML and CSS

0 0 1 SCSS
//
// Basic styles that make web elements behave more like native applications
// ------------------------------------------------------------------------
* {
cursor: default;
-webkit-user-select: none;
}
// Forms
input,
textarea {
-webkit-user-select: text;
}
form,
input,
optgroup,
select,
textarea {
-webkit-user-select: text;
-webkit-app-region: no-drag;
}