HOW TO
ArcGIS for Local Government provides maps and apps that help implement GIS in a local government context, and a destination where users, partners, and the teams within Esri can collaborate.
The instructions provided describe how to change the style of item details in the Maps and Apps title bar.
Code:
.dijitDialogTitleBar {
}
Code:
background-color: mediumblue !important;
Note:
The '!important' text is necessary to override the default style.
Code:
background-image: none !important;
Code:
color: white;
Code:
<!-- Gallery details dialog -->
<div id="detailsDialog" data-dojo-type="dijit.Dialog" data-dojo-props="title:''">
<div id="detailsDialogFrame" data-dojo-type="dijit.layout.BorderContainer"
data-dojo-props="design:'sidebar',gutters:false">
Code:
<!-- Gallery details dialog -->
<div id="detailsDialog" data-dojo-type="dijit.Dialog" data-dojo-props="title:'Item Details'" class="hidden">
<div id="detailsDialogFrame" data-dojo-type="dijit.layout.BorderContainer"
data-dojo-props="design:'sidebar',gutters:false">
Get help from ArcGIS experts
Download the Esri Support App