summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-25 16:12:01 +0200
committerSimon Rettberg2019-05-23 12:19:33 +0200
commit166274814676b584001cb6a834fc5e758af8dffa (patch)
treebb171260a0b9ecc6b8855243cbb922ad0dcb2cc4
parent[roomplanner] Swap translate/rotate in SVG (diff)
downloadslx-admin-166274814676b584001cb6a834fc5e758af8dffa.tar.gz
slx-admin-166274814676b584001cb6a834fc5e758af8dffa.tar.xz
slx-admin-166274814676b584001cb6a834fc5e758af8dffa.zip
[roomplanner] Make highlight green, not red
-rw-r--r--modules-available/roomplanner/templates/svg-plan.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/roomplanner/templates/svg-plan.html b/modules-available/roomplanner/templates/svg-plan.html
index a811e1af..072efbff 100644
--- a/modules-available/roomplanner/templates/svg-plan.html
+++ b/modules-available/roomplanner/templates/svg-plan.html
@@ -29,8 +29,8 @@
<stop offset="100%" stop-color="#000" />
</radialGradient>
<radialGradient id="screenhl" cx=".4" cy=".3" r="1">
- <stop offset="0%" stop-color="#f83" />
- <stop offset="100%" stop-color="#b55" />
+ <stop offset="0%" stop-color="#afa" />
+ <stop offset="100%" stop-color="#074" />
</radialGradient>
</defs>
<g transform="rotate({{rotate}} {{centerX}} {{centerY}}) translate({{shiftX}} {{shiftY}})">