All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.frontend.styles.editableLabel.css Maven / Gradle / Ivy

The newest version!
.editable-label-container {
	display: flex;
	align-items: center;
}

.editable-label-button {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.editable-label-edit-button {
    display: none;
    height: var(--lumo-size-xs);
    width: var(--lumo-size-xs);
}

.editable-label-container:hover>.editable-label-edit-button, .editable-label-edit-button-always-visible {
    display: block;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy