diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-10 23:35:10 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-10 23:35:10 +0000 |
| commit | 7761eafe0d32042ccb04440c3761c42ed02237d0 (patch) | |
| tree | 4e5157c7036cdc0c067458590c222832888ff415 /styles/style.css | |
| parent | cd9be261e3d54070845c21b84bfc20891cabde31 (diff) | |
| download | sql-plus-plus-7761eafe0d32042ccb04440c3761c42ed02237d0.tar.xz sql-plus-plus-7761eafe0d32042ccb04440c3761c42ed02237d0.zip | |
Add statement parsing and highlighting
Diffstat (limited to 'styles/style.css')
| -rw-r--r-- | styles/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index f6b8313..db55827 100644 --- a/styles/style.css +++ b/styles/style.css @@ -121,4 +121,12 @@ body { .exec-error { background-color: red; color: black; +} + +.selected-statement { + background-color: #4F4837; +} + +.statement-pointer { + width: 10px; }
\ No newline at end of file |