Sha256: 9d5dd589b64c190aeb62430d0357e8f6c8f6763bf6314d8df3dec0df0955c973
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
.mblIconMenu { width: 100%; height: 100%; border-radius: 3px; text-align: center; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); padding: 0; background-color: rgba(160, 160, 160, 0.85); border: 1px solid #869cbf; } .mblIconMenuItem { float: left; list-style-type: none; -webkit-box-sizing: border-box; border-left: 1px solid rgba(192, 192, 192, 0.85); border-bottom: 1px solid rgba(192, 192, 192, 0.85); } .mblIconMenuItemIcon { position: relative; margin-left: auto; margin-right: auto; } .mblIconMenuItemFirstColumn { border-left: none; } .mblIconMenuItemLastRow { border-bottom: none; } .mblIconMenuItemFirstRow.mblIconMenuItemFirstColumn { border-top-left-radius: 3px; } .mblIconMenuItemFirstRow.mblIconMenuItemLastColumn { border-top-right-radius: 3px; } .mblIconMenuItemLastRow.mblIconMenuItemFirstColumn { border-bottom-left-radius: 3px; } .mblIconMenuItemLastRow.mblIconMenuItemLastColumn { border-bottom-right-radius: 3px; } .mblIconMenuItemAnchor { display: block; height: 100%; font-family: Helvetica; text-decoration: none; font-size: 13px; color: white; } .mblIconMenuItemTable { width: 100%; height: 100%; } .mblIconMenuItemTable img { border: none; } .mblIconMenuItemSel { background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666)); }
Version data entries
4 entries across 4 versions & 1 rubygems