Fixed highlight color in Firefox (fixes getgrav/grav#1949)

This commit is contained in:
Djamil Legato
2018-03-29 10:56:51 -07:00
parent c6f42ebbb0
commit 4c6ad1dab6
4 changed files with 5 additions and 126 deletions

View File

@@ -6,7 +6,7 @@
* Updated Dropzone to latest * Updated Dropzone to latest
1. [](#bugfix) 1. [](#bugfix)
* Implemented workaround for required text fields [#1390](https://github.com/getgrav/grav-plugin-admin/issues/1390) * Implemented workaround for required text fields [#1390](https://github.com/getgrav/grav-plugin-admin/issues/1390)
* Fixed highlight color in Firefox [getgrav/grav#1949](https://github.com/getgrav/grav/issues/1949)
# v1.7.2 # v1.7.2
## 03/21/2018 ## 03/21/2018

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,7 +39,7 @@
z-index: 1; z-index: 1;
} }
.CodeMirror-selected { .CodeMirror-selected {
background: Highlight; background: #D6E8FF;
} }
.CodeMirror-gutters { .CodeMirror-gutters {