浏览代码

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

master
KaiSD 5 年前
父节点
当前提交
79e085d3a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      ace/index.html

+ 1
- 0
ace/index.html 查看文件

@@ -21,6 +21,7 @@
.toolbar {
margin: 0;
padding: 0;
border: 0;
background: #232B30; /* old browsers */
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 */


正在加载...
取消
保存