vendor/assets/build/css/style.css in atome-0.1.00009 vs vendor/assets/build/css/style.css in atome-0.4.5.4

- old
+ new

@@ -4,12 +4,12 @@ html, body { font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif; font-size: 12px; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; background: rgba(39, 39, 39, 1); overflow: hidden; -webkit-overflow-scrolling: touch; width: 100%; height: 100%; @@ -28,26 +28,39 @@ display: block; height: 100%; overflow: hidden; position: absolute; -webkit-overflow-scrolling: touch; - overflow: hidden; } - -.ui-selected{ +.ui-selected { border: #00bb00 solid 3px; } -.ui-selecting{ +.ui-selecting { border: orange solid 3px; } .selected { outline: 2px dashed white; } - - +.atome { + cursor: default; + pointer-events: auto; + caret-color: transparent; + outline: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + position: absolute; + display: inline-block; + background-size: 100%; + background-repeat: no-repeat; + -webkit-overflow-scrolling: touch; + -webkit-user-drag: none; + caret-shape: bar; + overflow: visible; +}