mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
95 lines
2.0 KiB
Stylus
95 lines
2.0 KiB
Stylus
@import('NoteDetailInfo')
|
|
@import('DetailVars')
|
|
|
|
.root
|
|
absolute top right bottom
|
|
border-width 0 0 1px
|
|
border-style solid
|
|
border-color $ui-borderColor
|
|
background-color $ui-noteDetail-backgroundColor
|
|
box-shadow $note-detail-box-shadow
|
|
|
|
.lock-button
|
|
padding-bottom 3px
|
|
|
|
.control-lockButton
|
|
width 34px
|
|
height 34px
|
|
border-radius 17px
|
|
font-size 14px
|
|
margin 13px 7px
|
|
padding-top 7px
|
|
border none
|
|
color $ui-button-color
|
|
fill $ui-button-color
|
|
background-color transparent
|
|
&:active
|
|
border-color $ui-button--active-backgroundColor
|
|
&:hover
|
|
background-color $ui-button--hover-backgroundColor
|
|
.control-lockButton-tooltip
|
|
opacity 1
|
|
|
|
.control-lockButton-tooltip
|
|
tooltip()
|
|
position fixed
|
|
pointer-events none
|
|
top 50px
|
|
z-index 200
|
|
padding 5px
|
|
line-height normal
|
|
border-radius 2px
|
|
opacity 0
|
|
transition 0.1s
|
|
|
|
.control-trashButton
|
|
float right
|
|
width 34px
|
|
height 34px
|
|
border-radius 17px
|
|
font-size 14px
|
|
margin 13px 7px
|
|
padding-top 7px
|
|
border none
|
|
color $ui-button-color
|
|
fill $ui-button-color
|
|
background-color transparent
|
|
&:hover
|
|
opacity 1
|
|
background-color $ui-button--hover-backgroundColor
|
|
|
|
.body
|
|
absolute left right
|
|
left $note-detail-left-margin
|
|
right $note-detail-right-margin
|
|
top $info-height + $info-margin-under-border
|
|
bottom $statusBar-height
|
|
|
|
.body-noteEditor
|
|
absolute top bottom left right
|
|
|
|
body[data-theme="dark"]
|
|
.root
|
|
border-color $ui-dark-borderColor
|
|
background-color $ui-dark-noteDetail-backgroundColor
|
|
box-shadow none
|
|
|
|
.control-lockButton
|
|
colorDarkTopBarButton()
|
|
border-color $ui-dark-borderColor
|
|
background-color $ui-dark-noteList-backgroundColor
|
|
&:active
|
|
border-color $ui-dark-button--active-backgroundColor
|
|
|
|
.control-lockButton-tooltip
|
|
darkTooltip()
|
|
|
|
.control-trashButton
|
|
colorDarkTopBarButton()
|
|
border-color $ui-dark-borderColor
|
|
background-color $ui-dark-noteList-backgroundColor
|
|
&:active
|
|
border-color $ui-dark-button--focus-borderColor
|
|
&:focus
|
|
border-color $ui-button--focus-borderColor
|