Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/themes/global.less')
-rw-r--r--assets/themes/global.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/themes/global.less b/assets/themes/global.less
index 7a63ca4e..2b4e4783 100644
--- a/assets/themes/global.less
+++ b/assets/themes/global.less
@@ -17,6 +17,13 @@ html {
&>.CodeMirror {
min-height: 70px;
+
+ .cm-m-sql {
+ &.cm-keyword {
+ text-transform: uppercase;
+ }
+ }
+
}
#query {