Popup hover and clickable area changes. Fixes #120

This commit is contained in:
Jonathan Kingston
2017-02-15 18:04:10 +00:00
parent fe1decef4c
commit e509bc11b7
2 changed files with 11 additions and 4 deletions
+5 -1
View File
@@ -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;
}