diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-13 20:51:20 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-13 20:51:20 -0400 |
| commit | f96fb8dc3e430f93b7a7f3a57fa3fb3d83c813c9 (patch) | |
| tree | 94ed3c40d69027a67424a67e9b67d48e2f113ccf /src/client/views/nodes | |
| parent | 51d464e67b22939e7fd1422a7175ec9b58f390a7 (diff) | |
removed shared dashboards from SharedDocs -- only available through the Dashbaord view now. Need to change hgihlight of Dashboard button to show badge w/ new dashboards the same as is done is shard docs.
Diffstat (limited to 'src/client/views/nodes')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBadge.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/button/FontIconBadge.scss b/src/client/views/nodes/button/FontIconBadge.scss index 78f506e57..2ff5c651f 100644 --- a/src/client/views/nodes/button/FontIconBadge.scss +++ b/src/client/views/nodes/button/FontIconBadge.scss @@ -1,11 +1,12 @@ .fontIconBadge { - background: red; + background: lightgreen; width: 15px; height: 15px; top: 8px; + color: black; display: block; position: absolute; right: 5; border-radius: 50%; text-align: center; -}
\ No newline at end of file +} |
