aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/popup_settings.css
blob: 8d8e725ca67b235bef66a2689439e65a1e308da4 (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
32
33
34
35
36
37
38
39
.settings-button {
    margin-top: 28px;
    margin-left: 25px;
    margin-right: 5px;
}

.close.link-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin: 10px 0 0 0;
    padding: 0;
    text-decoration: none;
    font-size: 25px;
}

.popup-content {
    margin: auto;
    background: rgb(255, 255, 255);
    width: 50%;
    padding: 5px;
}

.popup-arrow {
    color: rgb(255, 255, 255);
}
[role='tooltip'].popup-content {
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.5);
}

[data-popup='tooltip'].popup-overlay {
    background: transparent;
}