1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 03:53:59 +02:00

Highlight line with error in SQL command

This commit is contained in:
Jakub Vrana
2012-04-15 23:37:05 -07:00
parent 4815c7d020
commit 047ce184f5
4 changed files with 23 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ input[type=image] { vertical-align: middle; }
.rtl #lang, .rtl #menu { left: auto; right: 0; }
.CodeMirror { border: 1px inset #777; }
.CodeMirror .error { background: #fee; }
@media print {
#lang, #menu { display: none; }