Made sortTab button to full width, changed color
This commit is contained in:
parent
f159e42029
commit
ff9017e7e0
2 changed files with 1 additions and 6 deletions
|
@ -472,11 +472,6 @@ manage things like container crud */
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#container-panel #sort-containers-link:hover,
|
||||
#container-panel #sort-containers-link:focus {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
|
||||
span ~ .panel-header-text {
|
||||
padding-block-end: 0;
|
||||
padding-block-start: 0;
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
</label>
|
||||
</div>
|
||||
<div class="container-panel-controls">
|
||||
<a href="#" class="action-link" id="sort-containers-link" title="Sort tabs into container order">Sort Tabs</a>
|
||||
<a href="#" style="color: white" class="edit-containers-exit-text" id="sort-containers-link" title="Sort tabs into container order">Sort Tabs</a>
|
||||
</div>
|
||||
<div class="scrollable panel-content" tabindex="-1">
|
||||
<table class="identities-list">
|
||||
|
|
Loading…
Add table
Reference in a new issue