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

40 lines
730 B
CSS
Raw Normal View History

2024-12-11 14:54:30 +01:00
/* only used by "repo/empty.tmpl" */
.clone-buttons-combo {
2024-12-13 14:45:32 +08:00
display: flex;
align-items: stretch;
2024-12-11 14:54:30 +01:00
flex: 1;
}
2025-04-16 15:05:40 +08:00
.clone-buttons-combo > .ui.button:not(:last-child) {
border-right: none;
}
.ui.action.input.clone-buttons-combo input {
border-radius: 0; /* override fomantic border-radius for ".ui.input > input" */
2024-12-11 14:54:30 +01:00
}
/* used by the clone-panel popup */
.clone-panel-field,
.clone-panel-list {
margin: 10px;
}
.clone-panel-tab .item {
padding: 5px 10px;
background: none;
2025-01-26 19:07:29 +01:00
color: var(--color-text-light-2);
2024-12-11 14:54:30 +01:00
}
.clone-panel-tab .item.active {
2025-01-26 19:07:29 +01:00
color: var(--color-text-dark);
border-bottom: 3px solid currentcolor;
2024-12-11 14:54:30 +01:00
}
.clone-panel-tab + .divider {
margin: -1px 0 0;
}
.clone-panel-list .item {
margin: 5px 0;
}