files
gitea-kolibrios/web_src/css/repo/linebutton.css
Taldariner 65b18d67e8
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
Initial commit, source code of Gitea 1.23.1
2025-01-28 08:57:29 +02:00

19 lines
423 B
CSS

.code-view .lines-num:hover {
color: var(--color-text-dark) !important;
}
.code-line-button {
border: 1px solid var(--color-secondary);
border-radius: var(--border-radius);
padding: 1px 4px !important;
position: absolute;
font-family: var(--fonts-regular);
left: 0;
transform: translateX(calc(-50% + 6px));
cursor: pointer;
}
.code-line-button:hover {
background: var(--color-secondary) !important;
}