migrated desktop CSS to the desktop layout

This commit is contained in:
zadam
2020-03-01 19:06:26 +01:00
parent 77f358b846
commit 03e0c98066
7 changed files with 153 additions and 173 deletions

View File

@@ -28,6 +28,19 @@ const TPL = `
font-family: var(--tree-font-family);
font-size: var(--tree-font-size);
}
.refresh-search-button {
cursor: pointer;
position: relative;
top: -1px;
border: 1px solid transparent;
padding: 2px;
border-radius: 2px;
}
.refresh-search-button:hover {
border-color: var(--button-border-color);
}
</style>
</div>
`;