diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-21 21:07:01 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-21 21:07:01 +0000 |
| commit | 4ef675b2b7803c72ed6e74ee13841e356a71f103 (patch) | |
| tree | f9790dbfad0bc23cb73e60000d40cd3fa22ef429 /styles/editor-instance.css | |
| parent | b81c0f834f7f2285c40cfd57eb2943140025edad (diff) | |
| download | sql-plus-plus-4ef675b2b7803c72ed6e74ee13841e356a71f103.tar.xz sql-plus-plus-4ef675b2b7803c72ed6e74ee13841e356a71f103.zip | |
Make connection tab title configurable
Diffstat (limited to 'styles/editor-instance.css')
| -rw-r--r-- | styles/editor-instance.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/styles/editor-instance.css b/styles/editor-instance.css index 99ac763..7ae5727 100644 --- a/styles/editor-instance.css +++ b/styles/editor-instance.css @@ -32,8 +32,7 @@ body { .flex-wrapper .row.header { flex: 0 1 auto; - /* background-color: #474A5E; */ - background: #6D8A88; + background-color: #474A5E; color: white; } |