「User:Irukaza/tools/codemirror.css」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>=海豚= 無編輯摘要 |
imported>Irukaza 無編輯摘要 |
||
| (未顯示由 2 位使用者於中間所作的 26 次修訂) | |||
| 第11行: | 第11行: | ||
.CodeMirror-lines { | .CodeMirror-lines { | ||
padding: | padding: 3px; /* Vertical padding around content */ | ||
} | } | ||
.CodeMirror pre { | .CodeMirror pre { | ||
| 第24行: | 第24行: | ||
.CodeMirror-gutters { | .CodeMirror-gutters { | ||
border-right: 1px solid #ddd; | border-right: 1px solid #ddd; | ||
background-color: #f7f7f7; | background-color: #f7f7f7; | ||
| 第216行: | 第215行: | ||
} | } | ||
.CodeMirror-gutter-elt { | .CodeMirror-gutter-elt { | ||
position: absolute; | position: absolute; | ||
cursor: default; | cursor: default; | ||
| 第305行: | 第303行: | ||
visibility: visible; | visibility: visible; | ||
} | } | ||
.cm-searching { | .cm-searching { | ||
| 第332行: | 第324行: | ||
/* See issue #2901 */ | /* See issue #2901 */ | ||
.cm-tab-wrap-hack:after { content: ''; } | .cm-tab-wrap-hack:after { content: ''; } | ||
.CodeMirror-selected { background: rgba(0,0,0,.1); } | |||
body{ | |||
overflow-x:hidden; | |||
} | |||