<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.folderContent {
  position: relative;
}

.folderContent .jaf-close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 32px;
  background-image: url('../img/new/jaf-close.png');
}

.folderContent .jaf-close:hover {
  text-decoration: none;
  background-image: url('../img/new/jaf-close-hover.png');
}</pre></body></html>