Skip to content

Commit

Permalink
Updated placeholder text in details
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill13579 committed Apr 14, 2018
1 parent 43b5301 commit 5756828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<div id="container">
<div id="details">
<span id="details-placeholder">Click a tab to view it's details. <br/>Double click on a tab or a window to open it. </span>
<span id="details-placeholder">Click a tab to open it.<br/>Hover over a tab to preview it.</span>
<div id="tab-details">
<div class="space"></div>
<div id="details-header">
Expand Down
4 changes: 2 additions & 2 deletions src/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ html, body {
font-weight: bolder;
letter-spacing: -1.3px;
color: #aaaaaa;
padding-left: 6px;
padding-right: 6px;
padding-left: 10px;
padding-right: 10px;
}
#tab-details {
height: 100%;
Expand Down

0 comments on commit 5756828

Please sign in to comment.