mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 22:06:01 +02:00
Use native OS highlight colors for the editor (fixes #977)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
1. [](#improved)
|
||||
* Separated user details and avatar in separate twig to allow more granular overriding in plugins [#989](https://github.com/getgrav/grav-plugin-admin/issues/989)
|
||||
* Nicer layout of themes list on wider screen
|
||||
* Use native OS highlight colors for the editor [#977](https://github.com/getgrav/grav-plugin-admin/issues/977)
|
||||
1. [](#bugfix)
|
||||
* Fixed rendering issue with Chrome and sortables collections [#1002](https://github.com/getgrav/grav-plugin-admin/issues/1002)
|
||||
|
||||
|
||||
4
themes/grav/css-compiled/template.css
vendored
4
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -18,7 +18,7 @@
|
||||
z-index: 1;
|
||||
}
|
||||
.CodeMirror-selected {
|
||||
background: #ebf4ff;
|
||||
background: Highlight;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user