aboutsummaryrefslogtreecommitdiff
path: root/styles/instance-manager.css
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-18 21:20:37 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-18 21:20:37 +0000
commit52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0 (patch)
tree2ab9f938b1c38ebbf46176208cf4fc31f406aefc /styles/instance-manager.css
parent0c0fdc4e61d07d8883c382a4dd9d1afaa1874c33 (diff)
downloadsql-plus-plus-52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0.tar.xz
sql-plus-plus-52f6783f63d2e2f52e06d14a97b5e00eab8ac1c0.zip
Add new connection dialog box - WIP
Diffstat (limited to 'styles/instance-manager.css')
-rw-r--r--styles/instance-manager.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/styles/instance-manager.css b/styles/instance-manager.css
new file mode 100644
index 0000000..8449b9c
--- /dev/null
+++ b/styles/instance-manager.css
@@ -0,0 +1,28 @@
+body {
+ margin: 0;
+}
+
+.etabs-tabgroup {
+ background-color: #282a36;
+}
+
+.etabs-tab {
+ color: white;
+ background: none;
+ background-color: #474A5E;
+ border: none;
+}
+
+.etabs-tab.active {
+ background: #6D8A88;
+}
+
+.etabs-views {
+ border: none;
+}
+
+.etabs-buttons button {
+ width: inherit;
+ padding: 4px 6px;
+ background: #6D8A88;
+} \ No newline at end of file