Изменить 'ace/index.html'

This commit is contained in:
2019-09-04 08:11:31 +02:00
parent 79e085d3a8
commit eb9febbc47

View File

@@ -8,6 +8,8 @@
<title>Editor</title> <title>Editor</title>
<style type="text/css" media="screen"> <style type="text/css" media="screen">
body { body {
margin: 0;
padding: 0;
overflow: hidden; overflow: hidden;
} }
.inner { .inner {
@@ -21,7 +23,6 @@
.toolbar { .toolbar {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0;
background: #232B30; /* old browsers */ background: #232B30; /* old browsers */
background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */ background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */