- Author:
- David Nickerson <david.nickerson@gmail.com>
- Date:
- 2021-09-17 15:50:49+12:00
- Desc:
- tweak html formatting
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/1b3862589abf79ae9119ee0b5e99a8b785d762e1/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;
}