aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/zen.css
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-19 13:36:31 +0200
committerMartin Ridgers <[email protected]>2024-09-24 10:57:34 +0200
commitd03ecb094572f12b2d6e212d7b65411b266aa517 (patch)
tree7fdf3abad3fe08d3000e7f310fd173dcd1cc611b /src/zenserver/frontend/html/zen.css
parentRudimentary toolbar component (diff)
downloadzen-d03ecb094572f12b2d6e212d7b65411b266aa517.tar.xz
zen-d03ecb094572f12b2d6e212d7b65411b266aa517.zip
Lighten toolbar separators
Diffstat (limited to 'src/zenserver/frontend/html/zen.css')
-rw-r--r--src/zenserver/frontend/html/zen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zenserver/frontend/html/zen.css b/src/zenserver/frontend/html/zen.css
index 3008bc67d..c0ddc6d89 100644
--- a/src/zenserver/frontend/html/zen.css
+++ b/src/zenserver/frontend/html/zen.css
@@ -109,6 +109,10 @@ h3 {
align-items: center;
}
+.zen_toolbar > div > .zen_toolbar_sep {
+ color: #999;
+}
+
.zen_toolbar > div:last-child {
margin-left: auto;
}