1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-03 05:12:43 +02:00

shape control

This commit is contained in:
Pomax
2016-01-14 11:07:41 -08:00
parent d4709bddd0
commit 095331ff15
3 changed files with 40 additions and 6 deletions

View File

@@ -27,6 +27,19 @@ figure {
padding: 0.5em 0;
font-style: italic;
font-size: 90%;
button {
font-family: Verdana;
border: 1px solid grey;
border-radius: 3px;
background: #FDFDFD;
&.selected {
background: rgb(200,200,255);
}
& + button {
margin-left: 0.25em;
}
}
}
&:not([class=inline]) + figure:not([class=inline]) {