1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +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
width 100%
color inactiveTextColor
*
-webkit-user-select none
.ArticleDetail-info
height 70px
width 100%
font-size 12px
user-select none
&>.tutorial
position fixed
z-index 35
@@ -197,6 +196,7 @@ infoButton()
border solid 1px borderColor
border-radius 5px
transition width 0.15s
user-select none
&.idle
cursor pointer
&:hover
@@ -239,7 +239,7 @@ infoButton()
background-color darken(white, 10%)
.ArticleDetail-panel-header-title
absolute left top
right 120px
right 145px
padding 0 15px
background-color transparent
input
@@ -256,6 +256,7 @@ infoButton()
padding 5px 15px
border-top solid 1px borderColor
overflow-y auto
user-select all
.CodeEditor
absolute left right bottom
top 60px

View File

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

View File

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

View File

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