diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-02-25 13:17:11 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-02-25 13:53:47 +0100 |
commit | ed967216aa51e59c50d30a38737a677b9706c28e (patch) | |
tree | 1ecad4f0ef1cc4e281781260181c96e93cff8f36 /ogcp/static/css | |
parent | 500d92007f358db02f00689717bb802c4fd3df89 (diff) |
Show client state on pills
Color pills to represent their state, like scopes tree.
Diffstat (limited to 'ogcp/static/css')
-rw-r--r-- | ogcp/static/css/soleta.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 8efbf3c..6871cf8 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -31,3 +31,7 @@ html, body { color: #99791a !important; } +.badge-wol { + color: white !important; + background-color: #99791a !important; +} |