mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-27 16:00:04 +08:00
26 lines
411 B
CSS
26 lines
411 B
CSS
|
|
|
|
.root ul {
|
|
position: relative;
|
|
right: 9px; /*controls positioning of border*/
|
|
|
|
padding-left: 25px; padding-top: 1px; padding-bottom: 1px;
|
|
|
|
list-style-type: square;
|
|
}
|
|
|
|
|
|
.root li {
|
|
position: relative;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0; margin-left: 10px; margin-bottom: 3px;
|
|
|
|
background-repeat: no-repeat;
|
|
list-style: none;
|
|
}
|
|
|
|
.root li.editing > .hoverWrap > textarea{
|
|
outline: 1px dotted black;
|
|
} |