-
Notifications
You must be signed in to change notification settings - Fork 1
/
tools.css
64 lines (58 loc) · 1.26 KB
/
tools.css
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
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
::-webkit-scrollbar {
display: none;
}
#changepdpline input[type="radio"], #changehsdiv input[type="radio"] {
vertical-align: text-bottom;
margin: 0 4px;
}
input#pdpCustomUrl {
border: #888 solid 1px;
}
.customSettingLine input[type="radio"], .customSettingLine input[type="checkbox"] {
margin: 2px;
position: unset !important;
opacity: unset !important;
pointer-events: unset !important;
}
.autoconnect_div div {
margin: 0 10px 0 0;
}
.oled_div {
margin-left: 10px;
}
.autoconnect_infos_div {
display: flex;
}
.autoconnect_infos_div[disabled], .ipu_personnalisation_ligne[disabled] {
display: none !important;
}
.autoconnect_div input[type="checkbox"], .oled_div input[type="checkbox"] {
vertical-align: text-top;
}
.customSettingLine label {
font-size: 12px;
vertical-align: top;
padding: 4px;
}
select.customSettingLine {
width: unset;
display: unset;
margin: 0;
padding: 0;
height: 21px;
}
#changeapparencelinemobile div.customSettingLine.right {
padding-top: 10px;
}
.notes_contextmenu {
position: fixed;
z-index: 1000;
width: 100px;
height: 100px;
background: #fff;
}
.PT_moveWidget {
background: #ccc !important;
cursor: pointer;
}