mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
22 lines
267 B
CSS
22 lines
267 B
CSS
.clearfix::after {
|
|
clear: both;
|
|
content: "";
|
|
display: block;
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
|
|
.show-if-only-child:not(:only-child) {
|
|
display: none !important;
|
|
}
|
|
|
|
[draggable="true"] {
|
|
cursor: move !important;
|
|
}
|