Files
Atay-Makhzan/web_src/css/repo/linebutton.css
T

17 lines
315 B
CSS
Raw Normal View History

2021-05-19 05:16:02 +02:00
.code-view .lines-num:hover {
color: var(--color-text-dark) !important;
}
.ui.button.code-line-button {
2021-05-19 05:16:02 +02:00
border: 1px solid var(--color-secondary);
padding: 1px 4px;
margin: 0;
min-height: 0;
2021-05-19 05:16:02 +02:00
position: absolute;
left: 6px;
2023-03-19 05:53:12 +08:00
}
2021-05-19 05:16:02 +02:00
.ui.button.code-line-button:hover {
background: var(--color-secondary);
2021-05-19 05:16:02 +02:00
}