Changeset 3542:c4e56e611382 for admin/js/codemirror/lib/codemirror.css
- Timestamp:
- 03/21/17 10:47:19 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/codemirror/lib/codemirror.css
r3532 r3542 224 224 z-index: 4; 225 225 } 226 .CodeMirror-gutter-wrapper { 227 -webkit-user-select: none; 228 -moz-user-select: none; 229 user-select: none; 230 } 226 .CodeMirror-gutter-wrapper ::selection { background-color: transparent } 227 .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent } 231 228 232 229 .CodeMirror-lines { … … 273 270 .CodeMirror-widget {} 274 271 272 .CodeMirror-rtl pre { direction: rtl; } 273 275 274 .CodeMirror-code { 276 275 outline: none;
Note: See TracChangeset
for help on using the changeset viewer.