Location: A review of cardiac cellular electrophysiology models @ a80b964384c0 / dojo-presentation / js / dojo / dojox / widget / RollingList / RollingList.css

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2010-05-04 12:37:19+12:00
Desc:
adding initial version of SED-ML L1V1 file reproducing what is in graphs/BR-INa-variants.xml
Permanent Source URI:
https://models.cellml.org/workspace/a1/rawfile/a80b964384c0c7683d7c5d07b73a5af7a973d46c/dojo-presentation/js/dojo/dojox/widget/RollingList/RollingList.css

.dojoxRollingList {
	border: 1px solid #000;
	height: 20em;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	background-color: #FFF;
}

.dojoxRollingListPane {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}

.dojoxRollingListPane .dijitMenuItemLabel,
.dojoxRollingListPane .dijitMenuItemIcon {
	position: static !important;
}

.dj_safari .dojoxRollingListPane,
.dj_ie .dojoxRollingListPane {
	padding-right: 15px; /* Account for scroll bar */
}

.dojoxRollingListPane .dijitMenu {
	border: none !important;
}

.dojoxRollingListItem {
	cursor: default;
}

/* Background colors to match menus */
.tundra .dojoxRollingListPane {
	background-color: #f7f7f7;
}
.tundra .dojoxRollingListPane .dojoxRollingListItemHover,
.tundra .dojoxRollingListPane .dojoxRollingListItemFocus {
	background-color: #e3e3e3;
}
.tundra .dojoxRollingListPane .dojoxRollingListItemSelected {
	color: #fff;
	background-color: #3559ac;
	font-weight: bold;
}
.tundra .dojoxRollingListPane .dojoxRollingListItemHoverSelected,
.tundra .dojoxRollingListPane .dojoxRollingListItemFocusSelected {
	background-color: #9aacd6;
}
.tundra .dojoxRollingListItem {
	font-family: inherit;
}

.soria .dojoxRollingListPane {
	background-color: #fff;
}
.soria .dojoxRollingListPane .dojoxRollingListItemHover, 
.soria .dojoxRollingListPane .dojoxRollingListItemFocus {
	background-color: #e3e3e3;
}
.soria .dojoxRollingListPane .dojoxRollingListItemSelected {
	color: #243C5F;
	background-color: #d9e6f9;
	font-weight: bold;
}
.soria .dojoxRollingListPane .dojoxRollingListItemHoverSelected,
.soria .dojoxRollingListPane .dojoxRollingListItemFocusSelected {
	background-color: #ecf3fc;
}
.soria .dojoxRollingListItem {
	font-family: inherit;
}


.nihilo .dojoxRollingListPane {
	background-color: #fff;
}
.nihilo .dojoxRollingListPane .dojoxRollingListItemHover,
.nihilo .dojoxRollingListPane .dojoxRollingListItemFocus {
	background-color: #e3e3e3;
}
.nihilo .dojoxRollingListPane .dojoxRollingListItemSelected {
	color: #243C5F;
	background-color: #ffe284;
	font-weight: bold;
}
.nihilo .dojoxRollingListPane .dojoxRollingListItemHoverSelected,
.nihilo .dojoxRollingListPane .dojoxRollingListItemFocusSelected {
	background-color: #fff1c2;
}
.nihilo .dojoxRollingListItem {
	font-family: inherit;
}