aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-21 21:07:01 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-21 21:07:01 +0000
commit4ef675b2b7803c72ed6e74ee13841e356a71f103 (patch)
treef9790dbfad0bc23cb73e60000d40cd3fa22ef429 /styles
parentb81c0f834f7f2285c40cfd57eb2943140025edad (diff)
downloadsql-plus-plus-4ef675b2b7803c72ed6e74ee13841e356a71f103.tar.xz
sql-plus-plus-4ef675b2b7803c72ed6e74ee13841e356a71f103.zip
Make connection tab title configurable
Diffstat (limited to 'styles')
-rw-r--r--styles/editor-instance.css3
-rw-r--r--styles/instance-manager.css7
2 files changed, 8 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;
}
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