diff options
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/instance-manager.css | 1 | ||||
| -rw-r--r-- | styles/new-connection.css | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/styles/instance-manager.css b/styles/instance-manager.css index c49c8a3..51bf62c 100644 --- a/styles/instance-manager.css +++ b/styles/instance-manager.css @@ -21,6 +21,7 @@ body { .etabs-views { border: none; height: calc(100vh - 52px); + background-color: #282a36; } .etabs-buttons button { diff --git a/styles/new-connection.css b/styles/new-connection.css index 97aaae6..2160594 100644 --- a/styles/new-connection.css +++ b/styles/new-connection.css @@ -1,3 +1,7 @@ html, body { padding: 8px; +} + +.notification { + padding: 5px 10px; }
\ No newline at end of file |