mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
b51987b9eb
commit
712dea729a
2 changed files with 8 additions and 10 deletions
|
@ -4,9 +4,6 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
//box-shadow: inset 0 0 1px 2px $euiColorPrimary;
|
||||
border-top: $euiBorderThin;
|
||||
border-left: $euiBorderThin;
|
||||
border-style: dashed;
|
||||
border-color: #d9d9d9;
|
||||
border-top: 1px dashed $euiColorLightShade;
|
||||
border-left: 1px dashed $euiColorLightShade;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
width: 0;
|
||||
margin-left: -1px;
|
||||
margin-top: -12px;
|
||||
border: 1px dashed #d9d9d9;
|
||||
border-top: 1px dashed $euiColorLightShade;
|
||||
border-left: 1px dashed $euiColorLightShade;
|
||||
}
|
||||
|
||||
.canvasRotationHandle--handle {
|
||||
|
@ -15,10 +16,10 @@
|
|||
transform-style: preserve-3d;
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
margin-left: -4px;
|
||||
height: 9px;
|
||||
width: 9px;
|
||||
margin-left: -5px;
|
||||
margin-top: -3px;
|
||||
border-radius: 50%;
|
||||
background-color: #999;
|
||||
background-color: $euiColorMediumShade;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue