mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add stylesheet to override brace matching styles, missed from the feature commit.
This commit is contained in:
5
web/pgadmin/static/css/codemirror.overrides.css
Normal file
5
web/pgadmin/static/css/codemirror.overrides.css
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/* To override inbuilt Green color for matchingbracket */
|
||||||
|
.cm-s-default .CodeMirror-matchingbracket {
|
||||||
|
color: #333333 !important;
|
||||||
|
background-color: #e8e8e8 !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user