Sha256: 81296019b0b1f4ac7fe433217555d8346b425e4106a176597275712e15ac023d
Contents?: true
Size: 1.2 KB
Versions: 6
Compression:
Stored size: 1.2 KB
Contents
.module-add-initiative-footer { position:absolute; bottom:0; left:0; padding:5px 0; text-align:left; width:100%; margin:0px; overflow:hidden; background: #f2f5f8; @include box-shadow(#ffffff 0 1px 0 inset, #d1d1d1 0 -1px 2px); &.disabled { pointer-events: none; label { @include opacity(.5); } .input-wrapper { @include opacity(.5); cursor: not-allowed; } button { @include opacity(.5); } } label { font-weight:100; color:#666666; text-shadow:1px 1px 0 #ffffff; margin-left:20px; } .input-wrapper { cursor: text; position:relative; display: inline-block; color: #555555; background: rgba(255, 255, 255, 0.75); @include border-radius(4px); border: 1px solid #CCCCCC; @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset); .prefix { pointer-events: none; font-size: 12px; font-weight: normal; line-height: 1.5; height:28px; vertical-align: middle; padding: 5px 0 0 8px; display:inline-block; } input { font-size: 12px; font-weight: normal; background: transparent; padding-left: 0px; border:none; height:28px; @include box-shadow(none); min-width:250px; width:auto; display:inline-block; vertical-align: middle; } } button { margin-top: 0; margin-left: 2px; i { margin-right: 5px; } } }
Version data entries
6 entries across 6 versions & 1 rubygems