Sha256: 9a0188d51d925a0a2251bb391c7e0b702f85d80f108c5f573ba262d2986599d0
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 Bytes
Contents
#dialog { position: absolute; top: 10%; left: 10%; width: 70%; height: 70%; padding: 1em; background-color: #0e0013; border: 1px solid #a7a7a7; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #dialog > #message { -webkit-touch-callout: all; -webkit-user-select: all; -khtml-user-select: all; -moz-user-select: all; -ms-user-select: all; user-select: all; margin: 0; height: calc(100% - 3em); word-wrap: normal; overflow: auto; } #dialog > .full-button { height: 1em; }
Version data entries
4 entries across 4 versions & 1 rubygems