parent
6b0d4b125c
commit
155e8b8639
3 changed files with 7 additions and 2 deletions
|
@ -26,6 +26,7 @@ table {
|
|||
table.unstriped tbody tr {
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
background-color: #fefefe;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.userContext-icon {
|
||||
|
|
|
@ -59,10 +59,14 @@ browser.runtime.sendMessage({method: 'query'}).then(identities=> {
|
|||
</td>
|
||||
<td>${identity.name}</td>
|
||||
<td class="newtab">
|
||||
<img src="/img/container-add.svg" class="icon newtab-icon" />
|
||||
<img
|
||||
title="Open a new ${identity.name} container tab"
|
||||
src="/img/container-add.svg"
|
||||
class="icon newtab-icon" />
|
||||
</td>
|
||||
<td class="hideorshow" >
|
||||
<img
|
||||
title="Hide or show ${identity.name} container tabs"
|
||||
data-identity-cookie-store-id="${identity.cookieStoreId}"
|
||||
id="${identity.cookieStoreId}-hideorshow-icon"
|
||||
class="icon hideorshow-icon"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<h4>Containers</h4>
|
||||
</div>
|
||||
<div class="small-2 columns header-column">
|
||||
<a id="sort-containers-link"><img alt="Sort Containers" class="icon" src="/img/container-sort.svg"></a>
|
||||
<a id="sort-containers-link" title="Sort Containers"><img alt="Sort Containers" class="icon" src="/img/container-sort.svg"></a>
|
||||
</div>
|
||||
</div>
|
||||
<table class="unstriped hover">
|
||||
|
|
Loading…
Add table
Reference in a new issue