Popup hover and clickable area changes. Fixes #120
This commit is contained in:
@@ -118,7 +118,7 @@ table.unstriped tbody tr {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.container-panel-row:hover .usercontext-icon {
|
||||
.container-panel-row .usercontext-icon:hover {
|
||||
background-image: url('/img/container-newtab.svg');
|
||||
fill: 'gray';
|
||||
filter: url('/img/filters.svg#fill');
|
||||
@@ -352,6 +352,10 @@ table.unstriped tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.clickable:hover {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
.edit-containers-panel-footer a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user