Sha256: a3dd4e169bbbf9630e93b92f43058bb2b39e66824c3a926951f03e8ea864f244
Contents?: true
Size: 973 Bytes
Versions: 9
Compression:
Stored size: 973 Bytes
Contents
#dialog { width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #dialog > #content { position: absolute; top: 10%; left: 10%; width: 70%; height: 70%; padding: 1em; background-color: #bebebe; border: 1px solid #242424; box-shadow: 2px 2px 4px 2px #333; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #dialog > #content > #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 > #content > .full-button { height: 1em; }
Version data entries
9 entries across 9 versions & 1 rubygems