Add basic theming to the keyedior popover (and iframe). #15

This commit is contained in:
Arpad Csanyi
2016-03-17 15:47:47 +01:00
parent c976cb056b
commit fd981fb79b
2 changed files with 47 additions and 0 deletions

View File

@@ -219,3 +219,32 @@ ul {
}
}
}
.key-editor__popup {
border: none;
width: 0px;
height: 0px;
// Static setting for quick portotyping.
position: absolute;
top: 215px;
left: 50%;
margin-left: -310px;
}
svg.uhk {
&.faded {
#left-case,
#right-case {
fill: #555;
}
rect {
fill: #666;
&.active {
fill: #000;
}
}
}
}