diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-11-02 14:09:24 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-11-17 17:36:15 +0100 |
commit | 42bf42f5801cb633e7c9817e5b5d781ee622ea36 (patch) | |
tree | f3e1dad0c19c343aa93459089a25f4241b39301e /ogcp/static/css | |
parent | 693f5255b1041b293bea3ff9f39cbe90c6c29eb9 (diff) |
Add clients in Linux and Windows mode
Scopes tree shows clients booted in Linux and Windows with ogClient
installed. It also shows if the user logs in.
Diffstat (limited to 'ogcp/static/css')
-rw-r--r-- | ogcp/static/css/soleta.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 5edf03f..6a0a850 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -33,11 +33,27 @@ html, body { color: #99791a !important; } +.text-linux { + color: #d77cb3 !important; +} + +.text-windows { + color: #2d9efb !important; +} + .badge-wol { color: white !important; background-color: #99791a !important; } +.badge-linux { + background-color: #d77cb3 !important; +} + +.badge-windows { + background-color: #2d9efb !important; +} + .og-pill { width: 11em; } |