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/instance-manager.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/instance-manager.css')
| -rw-r--r-- | styles/instance-manager.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/instance-manager.css b/styles/instance-manager.css index 8449b9c..c49c8a3 100644 --- a/styles/instance-manager.css +++ b/styles/instance-manager.css @@ -11,6 +11,7 @@ body { background: none; background-color: #474A5E; border: none; + font-weight: bold; } .etabs-tab.active { @@ -19,10 +20,16 @@ body { .etabs-views { border: none; + height: calc(100vh - 52px); } .etabs-buttons button { width: inherit; padding: 4px 6px; background: #6D8A88; +} + +.etabs-tabgroup-footer { + background: #6D8A88; + height: 20px; }
\ No newline at end of file |