mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Windowsに合わせてUI修正(Font/Username/Key input:Command key -> Control key)
This commit is contained in:
@@ -7,8 +7,10 @@ global-reset()
|
||||
iptBgColor = #E6E6E6
|
||||
iptFocusBorderColor = #369DCD
|
||||
|
||||
DEFAULT_FONTS = 'Lato', 'MS Gothic', 'Malgun Gothic', 'Sans-serif'
|
||||
|
||||
body
|
||||
font-family "Lato"
|
||||
font-family DEFAULT_FONTS
|
||||
color textColor
|
||||
font-size fontSize
|
||||
width 100%
|
||||
|
||||
@@ -7,6 +7,8 @@ global-reset()
|
||||
@import './containers/*'
|
||||
@import './HomeContainer'
|
||||
|
||||
DEFAULT_FONTS = 'Lato', 'MS Gothic', 'Malgun Gothic', 'Sans-serif'
|
||||
|
||||
*
|
||||
-webkit-app-region no-drag
|
||||
-webkit-user-select none
|
||||
@@ -17,13 +19,13 @@ html, body
|
||||
overflow hidden
|
||||
|
||||
body
|
||||
font-family "Lato"
|
||||
font-family DEFAULT_FONTS
|
||||
color textColor
|
||||
font-size fontSize
|
||||
font-weight 400
|
||||
|
||||
button, input, select
|
||||
font-family "Lato"
|
||||
font-family DEFAULT_FONTS
|
||||
|
||||
div, span, a, button, input, textarea
|
||||
box-sizing border-box
|
||||
|
||||
Reference in New Issue
Block a user