style.css
2.09 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/**
* @package Better Preview
* @version 6.1.0
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://www.regularlabs.com
* @copyright Copyright © 2018 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
.betterpreview-dropdown .dropdown-menu > li > .list-item {
padding: 8px 20px;
margin: 0;
display: block;
clear: both;
font-weight: normal;
line-height: 18px;
color: #333;
white-space: nowrap;
}
.betterpreview-dropdown .dropdown-menu > li > a.list-item {
color: #333 !important;
}
.betterpreview-dropdown .dropdown-menu > li > a.list-item:hover {
color: #fff !important;
}
.betterpreview-dropdown .dropdown-menu > li > a.list-item:hover .icon-url,
.betterpreview-dropdown .dropdown-menu > li > a.list-item:hover .icon-urlinfo {
color: #fff;
}
.betterpreview-dropdown .dropdown-menu > li > a.list-item:hover .label {
background-color: #fff;
color: #3071a9;
text-shadow: none;
}
.betterpreview-dropdown .dropdown-menu > li table {
width: 100%;
margin: 0;
padding: 0;
}
.betterpreview-dropdown .dropdown-menu > li table td {
margin: 0;
padding: 0;
vertical-align: middle;
}
.betterpreview-dropdown .dropdown-menu > li table td.rl_status_td_right {
text-align: right;
}
.betterpreview-dropdown .dropdown-menu > li table td.rl_status_td_right span {
margin-left: 5px;
}
.betterpreview-dropdown .dropdown-menu > li.divider {
clear: both;
margin: 2px 0 1px;
}
.betterpreview-alert {
position: fixed;
top: 10%;
}
.icon-url {
color: #51a351;
}
.icon-url:before {
content: "\e024";
}
.icon-urlinfo {
margin-top: 2px;
color: #2f96b4;
}
.icon-urlinfo:before {
content: "\45";
}
#betterpreview_urlinfo .icon-url {
vertical-align: middle;
}
@media (max-width: 738px) {
.betterpreview-dropdown .icon-arrow-down-3 {
display: none;
}
}
/* Make status position show on mobile */
@media (max-width: 767px) {
#status.hidden-phone {
display: block !important;
text-align: center;
}
#status.hidden-phone .pull-right {
float: none;
display: block;
}
}