ソースを参照

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

master
KaiSD 4年前
コミット
3447c58513
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      ace/index.html

+ 3
- 2
ace/index.html ファイルの表示

@@ -13,7 +13,7 @@
overflow: hidden; overflow: hidden;
} }
.inner { .inner {
margin-top: 25px;
margin-top: 28px;
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
@@ -21,13 +21,14 @@
right: 0; right: 0;
} }
.toolbar { .toolbar {
height: 25px;
height: 28px;
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 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
} }
.btn { .btn {
height: 25px;
outline: 0; outline: 0;
padding: 3px 8px; padding: 3px 8px;
color: #9fa8b0; color: #9fa8b0;


読み込み中…
キャンセル
保存