Changeset 3532:3c9cac9dbe38 for admin/js/codemirror/theme/solarized.css
- Timestamp:
- 02/22/17 23:35:46 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/codemirror/theme/solarized.css
- Property exe deleted
r3251 r3532 156 156 157 157 /* Fat cursor */ 158 .cm-s-solarized.cm-s-light.cm-fat-cursor .CodeMirror-cursor { background: # fdf6e3; }159 .cm-s-solarized.cm-s-light .cm-animate-fat-cursor { background-color: # fdf6e3; }158 .cm-s-solarized.cm-s-light.cm-fat-cursor .CodeMirror-cursor { background: #77ee77; } 159 .cm-s-solarized.cm-s-light .cm-animate-fat-cursor { background-color: #77ee77; } 160 160 .cm-s-solarized.cm-s-dark.cm-fat-cursor .CodeMirror-cursor { background: #586e75; } 161 161 .cm-s-solarized.cm-s-dark .cm-animate-fat-cursor { background-color: #586e75; }
Note: See TracChangeset
for help on using the changeset viewer.