summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-10 17:12:13 +0200
committerSimon Rettberg2018-04-10 17:12:13 +0200
commitb8f7629f2b6425aa32021d7335a7e67e6d57b804 (patch)
tree3affcc07906abbfe335480f52dab7783b7cc2862 /modules-available/roomplanner/style.css
parent[runmode] Add module.json (diff)
downloadslx-admin-b8f7629f2b6425aa32021d7335a7e67e6d57b804.tar.gz
slx-admin-b8f7629f2b6425aa32021d7335a7e67e6d57b804.tar.xz
slx-admin-b8f7629f2b6425aa32021d7335a7e67e6d57b804.zip
[roomplanner] Add icon to PCs that opens machine details from statistics module
Diffstat (limited to 'modules-available/roomplanner/style.css')
-rw-r--r--modules-available/roomplanner/style.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/modules-available/roomplanner/style.css b/modules-available/roomplanner/style.css
index 9359f82b..f1dd994a 100644
--- a/modules-available/roomplanner/style.css
+++ b/modules-available/roomplanner/style.css
@@ -701,24 +701,15 @@ ul.toollist li {
display:none;
float: right;}
-.rotationHandle,
-.tutorHandle {
+.pcHandle {
display:none;
float: left;}
-div.draggable:hover .rotationHandle,
-div.draggable:hover .tutorHandle{
+div.ui-draggable:hover > .deleteHandle,
+div.ui-draggable:hover > .pcHandle {
display:inline;
cursor: pointer;}
-div.draggable:hover .deleteHandle {
- display:inline;
- cursor: pointer;}
-
-.draggable.disabled {
- pointer-events: none;
-}
-
[itemtype="furniture"], [itemtype="furniture_drag"] {
z-index: 99;
background-size: 100% 100%;}