mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-25 02:03:23 +01:00
31 lines
458 B
CSS
31 lines
458 B
CSS
@charset "UTF-8";
|
|
.nowraponall {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.no-bullets li {
|
|
list-style: none;
|
|
}
|
|
|
|
.paddingright {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.width150 {
|
|
width: 150px;
|
|
}
|
|
|
|
/* special style for drag to scroll behavior */
|
|
.--drag-to-scroll{
|
|
cursor: grab;
|
|
}
|
|
.--drag-to-scroll-is-active {
|
|
user-select: none;
|
|
cursor: grabbing;
|
|
}
|
|
.--drag-to-scroll-is-active object,
|
|
.--drag-to-scroll-is-active iframe,
|
|
.--drag-to-scroll-is-active embed {
|
|
pointer-events: none;
|
|
}
|