diff options
author | Daniel García Moreno <danigm@soleta.eu> | 2022-09-14 14:01:18 +0200 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-09-27 09:48:36 +0200 |
commit | 0c66443db89fec72c5fb2af0588a02695683613c (patch) | |
tree | bfdf3da7d960b1a17943e689d5b92c0f1b72337b /ogcp/static | |
parent | ea182079989407e382917d95cc86c77dbee7bff8 (diff) |
Add multiple servers to the dashboard view
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/css/soleta.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index beca3a9..5edf03f 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -11,19 +11,19 @@ html, body { margin: 10px; } -.nav { +.nav.ogcp-nav { position: relative; } -.nav-item { +.ogcp-nav .nav-item { padding-left: 20px; position: relative; } -.nav-link { +.ogcp-nav .nav-link { padding: 0; } -.active > .nav-link { +.ogcp-nav .active > .nav-link { font-weight: bold; background: slategrey; border-radius: 10rem; |