mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-13 00:36:05 +01:00
Fixed highlight color in Firefox (fixes getgrav/grav#1949)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
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;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.CodeMirror-selected {
|
.CodeMirror-selected {
|
||||||
background: Highlight;
|
background: #D6E8FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-gutters {
|
.CodeMirror-gutters {
|
||||||
|
|||||||
Reference in New Issue
Block a user