blob: c186d15f895eb0b024cdbfe51a080c01d018d4aa (
plain)
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
|
.PDS-flyout {
position: absolute;
z-index: 9999;
background-color: #eeeeee;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
min-width: 150px;
color: black;
top: 12px;
padding: 10px;
border-radius: 3px;
hr {
height: 1px;
margin: 0px;
background-color: gray;
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
}
.parentDocumentSelector-button {
pointer-events: all;
}
.buttonSelector {
position: absolute;
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
|