body, img, iframe { -webkit-user-select: none; } body, img, iframe, a { -webkit-user-drag: none; } .lol-uikit-toast-layer { position: absolute; top: 35px; display: 'none'; right: 258px; } .lol-uikit-contextual-notification-targetless-layer { position: absolute; top: 35px; display: 'none'; right: 278px; } lol-uikit-flat-input input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; cursor: pointer; height: 18px; width: 18px; margin: 0 0 0 5px; -webkit-mask: url("/fe/lol-uikit/images/search-box-clear.png") no-repeat center; background-color: #cdbe91; -webkit-mask-size: contain; } lol-uikit-flat-input input[type="search"]::-webkit-search-cancel-button:hover { background-color: #f0e6d2; } lol-uikit-flat-input input[type="search"]::-webkit-search-cancel-button:active { background-color: #463714; } lol-uikit-flat-input input[type="search"]:lang(ar-ae)::-webkit-search-cancel-button { margin: 0 5px 0 0; } .uikit-added-to-dom { animation-name: uikit-added-to-dom-animation; animation-duration: 0s; } @-moz-keyframes uikit-added-to-dom-animation { from { opacity: 0.9999; } to { opacity: 1; } } @-webkit-keyframes uikit-added-to-dom-animation { from { opacity: 0.9999; } to { opacity: 1; } } @-o-keyframes uikit-added-to-dom-animation { from { opacity: 0.9999; } to { opacity: 1; } } @keyframes uikit-added-to-dom-animation { from { opacity: 0.9999; } to { opacity: 1; } } 