mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-13 08:46:04 +01:00
Fixed highlight color in Firefox (fixes getgrav/grav#1949)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* Updated Dropzone to latest
|
||||
1. [](#bugfix)
|
||||
* 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
|
||||
## 03/21/2018
|
||||
|
||||
|
||||
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
@@ -39,7 +39,7 @@
|
||||
z-index: 1;
|
||||
}
|
||||
.CodeMirror-selected {
|
||||
background: Highlight;
|
||||
background: #D6E8FF;
|
||||
}
|
||||
|
||||
.CodeMirror-gutters {
|
||||
|
||||
Reference in New Issue
Block a user