Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timqian committed Mar 22, 2019
1 parent 4b470d4 commit 2409fdf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1 id="todo-title">
</div>

<div class="textarea-div invisible">
<h1 class="textarea-title">Text Area</h1>
<!-- <h1 class="textarea-title">Text Area</h1> -->
<textarea class="textarea" placeholder="Here you can record thoughts, plans or anything you want" spellcheck="false"></textarea>
</div>
<img class="show-info" src="./assets/information.svg" placeholder="info" />
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage_url": "https://github.com/t9tio/tomato-pie",
"name": "Tomato Pie",
"description": "A new UI for Pomodoro Technique. Schedule your time with a clock",
"version": "1.7",
"version": "2.0",
"icons": {
"128": "assets/tomato.png"
},
Expand Down
11 changes: 6 additions & 5 deletions src/styles/statics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,15 @@ hr {
background-attachment:local;
// ref; https://css-tricks.com/fun-line-height/
line-height: 30px; //注意行高要和背景图高度一致resize: none;
background: repeating-linear-gradient(rgba(221, 221, 221, 0.53), rgba(221, 221, 221, 0.53) 1px, transparent 1px, transparent 30px) repeat;
background: repeating-linear-gradient(transparent, transparent 1px, transparent 29px, rgba(221, 221, 221, 0.8) 30px) repeat;

&::placeholder {
color: rgba(221, 221, 221, 1);
text-align: left;
}
}

::placeholder {
color: #ccc;
text-align: left;
}


.textarea-title {
position: fixed;
Expand Down

0 comments on commit 2409fdf

Please sign in to comment.