summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-09 19:04:40 +0200
committerSimon Rettberg2016-09-09 19:04:40 +0200
commitd1c2f87f2fa4e66f81f86ec72560b633712c613f (patch)
tree8fea027e97c48f73bc762fdd24c7bf7ec4cb28a2 /modules-available/roomplanner/style.css
parent[locations/statistics] Make machine counting more consistent (diff)
downloadslx-admin-d1c2f87f2fa4e66f81f86ec72560b633712c613f.tar.gz
slx-admin-d1c2f87f2fa4e66f81f86ec72560b633712c613f.tar.xz
slx-admin-d1c2f87f2fa4e66f81f86ec72560b633712c613f.zip
[roomplanner] Implement marking tutor on plan
Diffstat (limited to 'modules-available/roomplanner/style.css')
-rw-r--r--modules-available/roomplanner/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css
index a6e8a859..4ec8a7b0 100644
--- a/modules-available/roomplanner/style.css
+++ b/modules-available/roomplanner/style.css
@@ -701,11 +701,13 @@ ul.toollist li {
display:none;
float: right;}
-.rotationHandle {
+.rotationHandle,
+.tutorHandle {
display:none;
float: left;}
-div.draggable:hover .rotationHandle {
+div.draggable:hover .rotationHandle,
+div.draggable:hover .tutorHandle{
display:inline;
cursor: pointer;}
@@ -722,6 +724,9 @@ div.draggable:hover .deleteHandle {
z-index: 100;
background-size: 100% 100%;
}
+[istutor="true"] {
+ background-color: rgba(0, 240, 100, .5);
+}
[itemlook="wall-horizontal"] {
background: url('images/wall/wall-horizontal.png') repeat #ffffff;