mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
* feat: add spatie/laravel-web-tinker * feat: add Theme::createFromSyncTheme * feat: add Theme::updateFromSyncTheme * chore: add files() relationship to SyncPlugin and SyncTheme * feat: new command: db:themes:populate * feat: db:populate:plugins command * fix: add testing db config * test: add bruno test for query_themes action * fix: change 'any' route to get|post in api.php * test: fix bruno tests, rm redundant ones in root * build: add test-bruno makefile target
57 lines
705 B
CSS
57 lines
705 B
CSS
.CodeMirror-lines {
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.CodeMirror-gutters {
|
|
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .5);
|
|
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .5);
|
|
background-color: #f8f8ff;
|
|
padding-right: 10px;
|
|
z-index: 3;
|
|
border: none;
|
|
}
|
|
|
|
div.CodeMirror-cursor {
|
|
border-left: 3px solid #000;
|
|
}
|
|
|
|
.CodeMirror-activeline-background {
|
|
background: #00000012;
|
|
}
|
|
|
|
.CodeMirror-selected {
|
|
background: #bcd5fa;
|
|
}
|
|
|
|
.cm-comment {
|
|
font-style: italic;
|
|
color: #998;
|
|
}
|
|
|
|
.cm-number {
|
|
color: null;
|
|
}
|
|
|
|
.cm-atom {
|
|
color: null;
|
|
}
|
|
|
|
.cm-string {
|
|
color: #e020a3;
|
|
}
|
|
|
|
.cm-variable-2 {
|
|
color: #099;
|
|
}
|
|
|
|
.cm-property {
|
|
color: null;
|
|
}
|
|
|
|
.cm-keyword {
|
|
color: null;
|
|
}
|
|
|
|
.cm-operator {
|
|
color: null;
|
|
}
|