/**
 * @license GNU GPL v2+
 * @author Daniel Werner < daniel.a.r.werner@gmail.com >
 */

.valueview-disabled input,
.valueview-disabled textarea {
	background-color: #F0F0F0 !important;
	color: gray;
}

.valueview .valueview-value {
	position: relative;
}

.valueview .valueview-input {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0 2px;
	resize: none;
}

.valueview-instaticmode .valueview-input {
	outline: none; /* get rid of Chromes outline on focus */
}

.valueview-ineditmode .valueview-input {
	border-color: gray;
	background-color: white;
}

.valueview-ineditmode.linkedsingleinputvalueview a,
.valueview-ineditmode.linkedsingleinputvalueview a {
	/* make sure input box which still is inside a doesn't display text as links */
	color: inherit;
}
