Sha256: 0de8818c06e34ce4f0f4109524eee3e7b6b1c83bbea25c6e2a838495f3e46065
Contents?: true
Size: 732 Bytes
Versions: 34
Compression:
Stored size: 732 Bytes
Contents
/* * Statusbar *----------------------------------------------------------------------------*/ .mercury-statusbar { position: fixed; -webkit-user-select: none; -moz-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; z-index: 10020; bottom: 0; left: 0; width: 100%; height: 23px; cursor: default; padding: 0 10px; background: #E2E1E2; border-top: 1px solid #727272; font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 8.5pt; line-height: 23px; color: #222; } .mercury-statusbar .mercury-statusbar-about { display: block; float: right; color: #333; text-shadow: #EEE 0 1px 0; text-decoration: none; }
Version data entries
34 entries across 34 versions & 3 rubygems