diff options
Diffstat (limited to 'styles/instance-manager.css')
| -rw-r--r-- | styles/instance-manager.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/styles/instance-manager.css b/styles/instance-manager.css new file mode 100644 index 0000000..c49c8a3 --- /dev/null +++ b/styles/instance-manager.css @@ -0,0 +1,35 @@ +body { + margin: 0; +} + +.etabs-tabgroup { + background-color: #282a36; +} + +.etabs-tab { + color: white; + background: none; + background-color: #474A5E; + border: none; + font-weight: bold; +} + +.etabs-tab.active { + background: #6D8A88; +} + +.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 |