diff options
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/editor-instance.css (renamed from styles/style.css) | 3 | ||||
| -rw-r--r-- | styles/instance-manager.css | 28 | ||||
| -rw-r--r-- | styles/new-connection.css | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/styles/style.css b/styles/editor-instance.css index 7ae5727..99ac763 100644 --- a/styles/style.css +++ b/styles/editor-instance.css @@ -32,7 +32,8 @@ body { .flex-wrapper .row.header { flex: 0 1 auto; - background-color: #474A5E; + /* background-color: #474A5E; */ + background: #6D8A88; color: white; } 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 diff --git a/styles/new-connection.css b/styles/new-connection.css new file mode 100644 index 0000000..97aaae6 --- /dev/null +++ b/styles/new-connection.css @@ -0,0 +1,3 @@ +html, body { + padding: 8px; +}
\ No newline at end of file |