25 lines
467 B
Stylus
25 lines
467 B
Stylus
#timepointTextDialog
|
|
display: none
|
|
position: absolute
|
|
z-index: 99
|
|
|
|
.timepointDialogContentWrapper
|
|
position: absolute
|
|
width: 100px
|
|
height: 30px
|
|
padding: 5px
|
|
background-color: rgba(255,255,255,1)
|
|
border-top-left-radius: 5px
|
|
border-top-right-radius: 5px
|
|
|
|
.dialogContent
|
|
margin: 0 auto
|
|
float: none
|
|
padding: 0
|
|
|
|
.timepointContent
|
|
font-size: 16px
|
|
|
|
#checkBoxBaseline
|
|
height: 16px
|
|
width: 16px |