Sign in
chromium
/
chromium
/
src.git
/
49cea54a
/
.
/
chrome
/
browser
/
resources
/
nearby_internals
/
shared_style.html
blob: cb589e372ece3e38250019c9c5bcf970a73b9d37 [
file
] [
log
] [
blame
]
<template>
<style
include
=
"cr-shared-style"
>
:
host
{
cursor
:
default
;
font-family
:
monospace
;
font-size
:
12px
;
}
.
internals-button
{
background-color
:
rgb
(
0
,
134
,
179
);
color
:
white
;
font-family
:
Roboto
;
margin
:
5px
;
}
</style>
</template>