2015-07-14 16:47:46 +09:00
|
|
|
.template-highlighter{
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid rgba(255,0,0,0.3);
|
|
|
|
display: none;
|
|
|
|
.show-highlighters &{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
&:hover{
|
2015-07-14 19:39:37 +09:00
|
|
|
// background: rgba(255,0,0,0.15);
|
|
|
|
box-shadow: 0 0 0 99999px rgba(0, 0, 0, .2);
|
2015-07-14 16:47:46 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-highlighter:hover:after{
|
|
|
|
display: inline-block;
|
|
|
|
content: attr(data-template);
|
|
|
|
background:red;
|
|
|
|
color:white;
|
|
|
|
font-size:12px;
|
|
|
|
position: absolute;
|
2015-07-14 21:45:18 +09:00
|
|
|
bottom: 0px;
|
2015-07-14 16:47:46 +09:00
|
|
|
right: 0px;
|
|
|
|
z-index: 20000;
|
|
|
|
padding: 2px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zone-highlighter{
|
|
|
|
border-color: rgba(0,0,255,0.3);
|
|
|
|
&:hover{
|
2015-07-14 19:39:37 +09:00
|
|
|
// background: rgba(0,0,255,0.15);
|
2015-07-14 16:47:46 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.zone-highlighter:hover:after{
|
|
|
|
background: blue;
|
|
|
|
}
|