1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-22 12:18:50 +00:00
This commit is contained in:
Dick Choi
2016-07-21 03:21:53 +09:00
parent b6d34472fe
commit 6c67b96e30
3 changed files with 148 additions and 22 deletions

View File

@@ -36,6 +36,46 @@ $control-height = 34px
outline none
border none
.control-search-optionList
position fixed
z-index 200
width 275px
height 175px
overflow-y auto
background-color $modal-background
border-radius 2px
box-shadow 2px 2px 10px gray
.control-search-optionList-item
height 50px
border-bottom $ui-border
transition background-color 0.15s
padding 5px
cursor pointer
overflow ellipsis
&:hover
background-color alpha($ui-active-color, 10%)
.control-search-optionList-item-folder
border-left 4px solid transparent
padding 2px 5px
color $ui-text-color
overflow ellipsis
font-size 12px
height 16px
margin-bottom 4px
.control-search-optionList-item-folder-surfix
font-size 10px
margin-left 5px
color $ui-inactive-text-color
.control-search-optionList-item-type
font-size 12px
color $ui-inactive-text-color
padding-right 3px
.control-search-optionList-empty
height 150px
color $ui-inactive-text-color
line-height 150px
text-align center
.control-newPostButton
display block
absolute top right bottom
@@ -51,7 +91,6 @@ $control-height = 34px
&:hover .left-control-newPostButton-tooltip
display block
.control-newPostButton-tooltip
position fixed
line-height 1.4