admin-global-370-rtl.css
969 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
56
57
58
59
60
61
.wpseo-premium-indicator {
display: inline-block;
width: 1px;
height: 1px;
}
#adminmenu .wpseo-premium-indicator {
margin: -2px 2px -3px 0;
color: inherit;
}
.wpseo-premium-indicator svg {
display: none;
width: auto;
height: 100%;
}
#TB_window .wpseo_content_wrapper p {
font-size: 14px;
font-style: normal;
}
#TB_window .wpseo_content_wrapper label {
margin: 0 0 0 10px;
font-size: 14px;
font-weight: bold;
}
.wpseo-premium-popup-title {
margin: 1em 0;
font-size: 1.3em;
}
.wpseo-premium-popup-icon {
margin: 10px;
}
.edit-tags-php .column-description img {
max-width: 100%;
height: auto;
}
/* Select2 specific fixes for WordPress */
.select2-search__field {
margin: 0;
}
.select2-results__option,
.select2-selection__choice,
.select2-search--inline {
margin-bottom: 0;
}
.select2-container .select2-search--inline .select2-search__field {
margin-top: 6px !important;
line-height: inherit;
}
.yoast-label-strong {
font-weight: 600;
}