-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathiFrame.css
More file actions
55 lines (50 loc) · 930 Bytes
/
iFrame.css
File metadata and controls
55 lines (50 loc) · 930 Bytes
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
#mataBox, #mataSearch {
background: white;
height: 6px;
width: 6px;
border-style: solid;
border-color: black;
border-width: 2px;
box-sizing: content-box;
cursor: zoom-in;
}
#mataDiv {
background-color: white;
border-style: solid;
border-width: 3px;
border-color: black;
display: flex;
flex-direction: column;
}
#mataMover {
background-color: black;
height: 16px;
width: 100%;
display: inline-block;
cursor: move;
}
#mataMover p {
font-family: sans-serif;
font-size: 11px;
color: white;
background-color: coral;
clear: none;
padding: 1px 6px;
margin: 0;
line-height: 1;
cursor: pointer;
}
#mataFrame {
flex: 1;
border: 0;
}
#mataSizer {
position: absolute;
height: 10px;
width: 10px;
bottom: -5px;
right: -5px;
background-color: none;
cursor: nw-resize;
z-index: 10000;
}