FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Method-Draw/src/css/dialog.css at master · alitan/Method-Draw · GitHub
alitan
/
Method-Draw
Public
forked from
methodofaction/Method-Draw
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Method-Draw
/
src
/
css
/
dialog.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (60 loc) · 1000 Bytes
Breadcrumbs
Method-Draw
/
src
/
css
/
dialog.css
Copy path
File metadata and controls
74 lines (60 loc) · 1000 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
dialog_box
{
display
:
none;
}
#
dialog_box_overlay
{
background
:
var
(
--z0
);
opacity
:
.5
;
height
:
100
%
;
left
:
0
;
position
:
absolute;
top
:
0
;
width
:
100
%
;
z-index
:
6
;
}
#
dialog_content
{
height
:
95
px
;
padding
:
32
px
;
overflow
:
auto;
text-align
:
left;
font-size
:
16
px
;
}
#
dialog_content
h4
{
margin
:
0
;
}
#
dialog_buttons
input
:
last-child
{
position
:
absolute;
left
:
10
px
;
bottom
:
10
px
;
}
#
dialog_buttons
input
:
first-child
{
position
:
absolute;
right
:
10
px
;
bottom
:
10
px
;
}
#
dialog_content
.
prompt
{
height
:
75
px
;
}
#
dialog_content
p
{
line-height
:
1.3
em
;
}
#
dialog_container
{
position
:
absolute;
left
:
50
%
;
top
:
50
%
;
width
:
400
px
;
transform
:
translate
(
-50
%
,
-50
%
);
position
:
fixed;
z-index
:
50001
;
background
:
var
(
--z15
);
}
#
dialog_container
,
#
dialog_content
{
border-radius
:
3
px
;
}
#
dialog_buttons
input
[
type
=
text
] {
width
:
90
%
;
display
:
block;
margin
:
0
0
5
px
11
px
;
}
#
dialog_buttons
input
[
type
=
button
] {
margin
:
0
1
em
;
}
Back
|
FazBrowse Home
|
New Git URL