sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
1.5 KiB

/* dojox.mobile.IconMenu */
.mblIconMenu {
width: 100%;
height: 100%;
border-radius: 6px;
text-align: center;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: 8px;
background-color: #000000;
border: none;
}
/* dojox.mobile.IconMenuItem */
.mblIconMenuItem {
float: left;
list-style-type: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.mblIconMenuItemIcon {
position: relative;
margin-left: auto;
margin-right: auto;
}
.mblIconMenuItemFirstColumn {
border-left: none;
}
.mblIconMenuItemLastRow {
border-bottom: none;
}
.mblIconMenuItemFirstRow.mblIconMenuItemFirstColumn {
border-top-left-radius: 0;
}
.mblIconMenuItemFirstRow.mblIconMenuItemLastColumn {
border-top-right-radius: 0;
}
.mblIconMenuItemLastRow.mblIconMenuItemFirstColumn {
border-bottom-left-radius: 0;
}
.mblIconMenuItemLastRow.mblIconMenuItemLastColumn {
border-bottom-right-radius: 0;
}
.mblIconMenuItemAnchor {
display: block;
height: 100%;
font-family: Helvetica;
text-decoration: none;
font-size: 16px;
color: white;
cursor: pointer;
}
.mblIconMenuItemTable {
width: 100%;
height: 100%;
}
.mblIconMenuItemTable img {
border: none;
}
.mblIconMenuItemSel {
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
background-image: linear-gradient(to bottom, #088eef 0%, #0869c6 50%, #0851ad 100%);
color: white;
}