1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

improve selectable area

This commit is contained in:
Rokt33r
2015-12-28 17:23:29 +09:00
parent e8ee8b8a16
commit 54d563f49e
4 changed files with 6 additions and 7 deletions

View File

@@ -34,12 +34,11 @@ infoButton()
text-align center text-align center
width 100% width 100%
color inactiveTextColor color inactiveTextColor
*
-webkit-user-select none
.ArticleDetail-info .ArticleDetail-info
height 70px height 70px
width 100% width 100%
font-size 12px font-size 12px
user-select none
&>.tutorial &>.tutorial
position fixed position fixed
z-index 35 z-index 35
@@ -197,6 +196,7 @@ infoButton()
border solid 1px borderColor border solid 1px borderColor
border-radius 5px border-radius 5px
transition width 0.15s transition width 0.15s
user-select none
&.idle &.idle
cursor pointer cursor pointer
&:hover &:hover
@@ -239,7 +239,7 @@ infoButton()
background-color darken(white, 10%) background-color darken(white, 10%)
.ArticleDetail-panel-header-title .ArticleDetail-panel-header-title
absolute left top absolute left top
right 120px right 145px
padding 0 15px padding 0 15px
background-color transparent background-color transparent
input input
@@ -256,6 +256,7 @@ infoButton()
padding 5px 15px padding 5px 15px
border-top solid 1px borderColor border-top solid 1px borderColor
overflow-y auto overflow-y auto
user-select all
.CodeEditor .CodeEditor
absolute left right bottom absolute left right bottom
top 60px top 60px

View File

@@ -7,6 +7,7 @@ articleCount = #999
width 200px width 200px
border-right 1px solid borderColor border-right 1px solid borderColor
color white color white
user-select none
.userInfo .userInfo
height 60px height 60px
display block display block

View File

@@ -15,6 +15,7 @@ infoBtnActiveBgColor = #3A3A3A
left 200px left 200px
height 60px height 60px
background-color bgColor background-color bgColor
user-select none
&>.tutorial &>.tutorial
.clickJammer .clickJammer
fixed top left bottom right fixed top left bottom right

View File

@@ -9,10 +9,6 @@ global-reset()
DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif
*
-webkit-app-region no-drag
-webkit-user-select none
html, body html, body
width 100% width 100%
height 100% height 100%