mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-30 09:07:21 +00:00
Fix: minor features
設定ボタンアイコンの変更 削除Modalでcmd+enterの使用 検索バーデザイン
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
.PlanetContainer
|
||||
absolute top bottom right
|
||||
left 50px
|
||||
@@ -50,30 +49,20 @@
|
||||
color darken(brandBorderColor, 30%)
|
||||
.menuBtn
|
||||
position absolute
|
||||
top 10px
|
||||
top 15px
|
||||
right 5px
|
||||
font-size 1em
|
||||
color lightButtonColor
|
||||
border none
|
||||
btnDefault()
|
||||
box-sizing border-box
|
||||
circle()
|
||||
background-image none
|
||||
background-color transparent
|
||||
width 44px
|
||||
height 44px
|
||||
width 33px
|
||||
height 33px
|
||||
text-align center
|
||||
cursor pointer
|
||||
transition 0.1s
|
||||
transform scale(0.8)
|
||||
&:focus, &.focus
|
||||
outline none
|
||||
&:hover, &.hover, &:focus, &.focus
|
||||
border-color darken(lightButtonColor, 50%)
|
||||
color darken(lightButtonColor, 50%)
|
||||
&:active, &.active
|
||||
border-color darken(brandBorderColor, 30%)
|
||||
background-color brandColor
|
||||
color white
|
||||
.headerControl
|
||||
absolute top bottom right
|
||||
left 200px
|
||||
@@ -84,10 +73,12 @@
|
||||
left 0
|
||||
input
|
||||
padding-left 32px
|
||||
width 300px
|
||||
.fa
|
||||
position absolute
|
||||
top 8px
|
||||
left 12px
|
||||
color inactiveTextColor
|
||||
.downloadButtton
|
||||
position absolute
|
||||
right 5px
|
||||
|
||||
Reference in New Issue
Block a user