Sha256: 78c7a4f9ae7affee3a8e5c5fec82f6dbaa420f648f98b56ce1235127afc5b307

Contents?: true

Size: 710 Bytes

Versions: 2

Compression:

Stored size: 710 Bytes

Contents

/* This style sheet is loaded in the frontend, if aloha is activated. */

.f3-typo3-contentelement-overlay:hover {
	-moz-box-shadow: 0 0 1px 2px #FF8700;
	-webkit-box-shadow: 0 0 1px 2px #FF8700;
	box-shadow: 0 0 1px 2px #FF8700;
	cursor: crosshair;
}

.f3-typo3-notEditable-visible {
	background-image: url(../Images/UserInterface/Icons/AlohaNotEditable-Dark-24bit.png) !important;
	/* TODO: Calculate the background-position, if the position of the overlay is even or odd (horizontally and vertically) */
	/*background-image: url(../Images/UserInterface/Icons/AlohaNotEditable-Light-24bit.png) !important;*/
	cursor: not-allowed;
}
.f3-typo3-notEditable-visible:hover {
	background-color:rgba(255,0,0,0.3);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
extr-1.0.1 app/assets/stylesheets/typo3/backend/Media/Stylesheets/Aloha.css
extr-1.0.0 app/assets/stylesheets/typo3/backend/Media/Stylesheets/Aloha.css