Sign in
chromium
/
experimental
/
chromium
/
src
/
lkgr-ios-internal
/
.
/
chrome
/
browser
/
resources
/
print_preview
/
ui
/
throbber_css.html
blob: 466502f9f654a771b8e8e851daa8a584754ca561 [
file
] [
log
] [
blame
]
<template>
<style>
.
throbber
{
background
:
url
(
chrome://resources/images/throbber_small.svg
)
no-repeat
;
display
:
inline-block
;
height
:
var
(--
throbber-size
);
width
:
var
(--
throbber-size
);
}
</style>
</template>