Skip to content

Commit 84a9494

Browse files
authored
Merge pull request #123 from jumpserver/pr@dev@feat_change_selected_color
feat: change selected color
2 parents 3af75dd + 03872b3 commit 84a9494

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,3 +536,7 @@ body {
536536
.contextmenu_menu.menu {
537537
padding: 5px 0 !important;
538538
}
539+
540+
.CodeMirror .CodeMirror-selected {
541+
background-color: rgba(62, 162, 223, 0.53) !important;
542+
}

0 commit comments

Comments
 (0)