
| Current Path : /var/www/html/german-vocational.cn/themes/vartheme/less/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/themes/vartheme/less/component/table-drag.component.less |
// Table drag styles.
// -----------------------------------------------------------------------------
@import "../../bootstrap/less/variables.less"; // Bootstrap variables.
@import "../../bootstrap/less/mixins.less"; // Bootstrap mixins.
@import "../variables.less"; // Vartheme variables.
@import "../mixins.less"; // Vartheme mixins.
// -----------------------------------------------------------------------------
.tabledrag-toggle-weight {
float: right;
margin: 1px 2px 1px 10px;
}
.tabledrag-changed-warning {
margin: 0;
overflow: hidden;
}
.tabledrag-handle {
color: @gray-light;
cursor: move;
float: left;
font-size: 125%;
line-height: 1;
margin: -10px 0 0 -10px;
padding: 10px;
&:hover, &:focus {
color: @brand-primary;
}
}
.indentation {
float: left; /* LTR */
height: 1.7em;
margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
padding: 0.42em 0 0.42em 0.6em; /* LTR */
width: 20px;
[dir="rtl"] & {
float: right;
margin: -0.4em -0.4em -0.4em 0.2em;
padding: 0.42em 0.6em 0.42em 0;
}
}