UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
voodoo
/
src
/
components
/
bb-modals
/
style.css
12 lines
(9 loc)
•
172 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
url(
"themes/blank.css"
);
textarea
:focus
{
outline
: thin solid dodgerblue; }
article
.copy
textarea
{
max-width
:
80vw
;
max-height
:
80vh
;
min-height
:
3em
; }