mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Change the info at infoModal
This commit is contained in:
@@ -10,26 +10,27 @@
|
|||||||
transition 0.15s
|
transition 0.15s
|
||||||
&:hover
|
&:hover
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
background-color $ui-button--hover-backgroundColor
|
background-color alpha($ui-button--hover-backgroundColor, 20%)
|
||||||
&:active
|
&:active
|
||||||
|
.header-info
|
||||||
.header-toggleButton
|
.header-toggleButton
|
||||||
.header-addFolderButton
|
.header-addFolderButton
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
&:active
|
background-color $ui-button--hover-backgroundColor
|
||||||
color $ui-text-color
|
|
||||||
|
|
||||||
.header--active
|
.header--active
|
||||||
@extend .header
|
@extend .header
|
||||||
.header-info
|
.header-info
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
background-color $ui-button--active-backgroundColor
|
background-color $ui-button--hover-backgroundColor
|
||||||
.header-toggleButton
|
.header-toggleButton
|
||||||
.header-addFolderButton
|
.header-addFolderButton
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
&:active
|
&:active
|
||||||
&:hover
|
.header-toggleButton
|
||||||
&:hover:active
|
.header-addFolderButton
|
||||||
color $ui-text-color
|
&:active
|
||||||
|
color $ui-text-color
|
||||||
|
|
||||||
.header-toggleButton
|
.header-toggleButton
|
||||||
position absolute
|
position absolute
|
||||||
@@ -40,10 +41,6 @@
|
|||||||
border none
|
border none
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
background-color transparent
|
background-color transparent
|
||||||
&:hover
|
|
||||||
color $ui-text-color
|
|
||||||
&:active
|
|
||||||
color $ui-text-color
|
|
||||||
|
|
||||||
.header-info
|
.header-info
|
||||||
display block
|
display block
|
||||||
@@ -59,9 +56,12 @@
|
|||||||
text-align left
|
text-align left
|
||||||
background-color transparent
|
background-color transparent
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
&:hover
|
||||||
|
background-color alpha($ui-button--hover-backgroundColor, 20%)
|
||||||
&:active
|
&:active
|
||||||
color $ui-button--active-color
|
.header-toggleButton
|
||||||
background-color $ui-button--active-backgroundColor
|
.header-addFolderButton
|
||||||
|
color $ui-text-color
|
||||||
|
|
||||||
.header-info-path
|
.header-info-path
|
||||||
font-size 10px
|
font-size 10px
|
||||||
@@ -76,10 +76,6 @@
|
|||||||
border none
|
border none
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
background-color transparent
|
background-color transparent
|
||||||
&:hover
|
|
||||||
color $ui-text-color
|
|
||||||
&:active
|
|
||||||
color $ui-active-color
|
|
||||||
|
|
||||||
.root--folded
|
.root--folded
|
||||||
@extend .root
|
@extend .root
|
||||||
@@ -114,20 +110,19 @@ body[data-theme="dark"]
|
|||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
||||||
&:active
|
&:active
|
||||||
|
.header-info
|
||||||
.header-toggleButton
|
.header-toggleButton
|
||||||
.header-addFolderButton
|
.header-addFolderButton
|
||||||
&:active
|
color $ui-dark-text-color
|
||||||
color $ui-dark-text-color
|
background-color $ui-dark-button--active-backgroundColor
|
||||||
|
|
||||||
.header-info
|
.header-info
|
||||||
&:hover
|
&:hover
|
||||||
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
|
||||||
color $ui-dark-text-color
|
|
||||||
&:active
|
&:active
|
||||||
.header-toggleButton
|
.header-toggleButton
|
||||||
.header-addFolderButton
|
.header-addFolderButton
|
||||||
&:active
|
color $ui-dark-text-color
|
||||||
color $ui-dark-text-color
|
|
||||||
|
|
||||||
.header--active
|
.header--active
|
||||||
@extend .header
|
@extend .header
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class InfoTab extends React.Component {
|
|||||||
<div styleName='icon-right'>
|
<div styleName='icon-right'>
|
||||||
<div styleName='appId'>Boostnote {appVersion}</div>
|
<div styleName='appId'>Boostnote {appVersion}</div>
|
||||||
<div styleName='description'>
|
<div styleName='description'>
|
||||||
A simple markdown/snippet note app for developer.
|
An open source note-taking app made for programmers just like you.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,17 +39,17 @@ class InfoTab extends React.Component {
|
|||||||
<a href='http://maisin.co/'
|
<a href='http://maisin.co/'
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>MAISIN&CO.</a></div>
|
>MAISIN&CO.</a></div>
|
||||||
<div styleName='copyright'>Copyright 2017 MAISIN&CO. All rights reserved.</div>
|
<div styleName='copyright'>© 2017 MAISIN&CO.</div>
|
||||||
</div>
|
</div>
|
||||||
<ul styleName='list'>
|
<ul styleName='list'>
|
||||||
<li>
|
<li>
|
||||||
The codes of this app is published under GPLv3 license.
|
The codes of this app is published under GPLv3 license.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Any kinds of feedback, creating a new issue or a pull request, would be welcomed.
|
Let us hear your feedback🙌
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Issue Tracker : <a href='https://github.com/BoostIO/Boostnote/issues'
|
GitHub Issue : <a href='https://github.com/BoostIO/Boostnote/issues'
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>https://github.com/BoostIO/Boostnote/issues</a>
|
>https://github.com/BoostIO/Boostnote/issues</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ class Preferences extends React.Component {
|
|||||||
<p>Your menu for Boostnote</p>
|
<p>Your menu for Boostnote</p>
|
||||||
</div>
|
</div>
|
||||||
<button styleName='top-bar-close' onClick={(e) => this.handleEscButtonClick(e)}>
|
<button styleName='top-bar-close' onClick={(e) => this.handleEscButtonClick(e)}>
|
||||||
<div styleName='top-bar-close-mark'>X</div>
|
<div styleName='top-bar-close-mark'>×</div>
|
||||||
<div styleName='top-bar-close-text'>esc</div>
|
<div styleName='top-bar-close-text'>esc</div>
|
||||||
</button>
|
</button>
|
||||||
<div styleName='nav'>
|
<div styleName='nav'>
|
||||||
|
|||||||
Reference in New Issue
Block a user