PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 All 503 releases
jetpack / modules / comment-likes / admin-style.css

admin-style.css in Jetpack – WP Security, Backup, Speed, & Growth 16.2, at modules/comment-likes/admin-style.css

47 lines 844 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fixed .column-comment_likes {
2 width: 5.5em;
3 padding: 8px 0;
4 text-align: center;
5 }
6
7 .fixed .column-stats {
8 width: 5em;
9 white-space: nowrap;
10 }
11
12 .fixed .column-comment_likes .comment-like-count {
13 box-sizing: border-box;
14 display: inline-block;
15 padding: 0 8px;
16 height: 2em;
17 margin-top: 5px;
18 border-radius: 5px;
19 background-color: #787c82;
20 color: #fff;
21 font-size: 11px;
22 line-height: 21px;
23 }
24
25 .fixed .column-comment_likes .comment-like-count::after {
26 border: none;
27 }
28
29 .fixed .column-comment_likes .comment-like-count:hover {
30 background-color: #2271b1;
31 }
32
33 .fixed .column-comment_likes .vers::before {
34 font: 400 20px/1 dashicons;
35 content: "\f155";
36 speak: none;
37 -webkit-font-smoothing: antialiased;
38 -moz-osx-font-smoothing: grayscale;
39 }
40
41 @media screen and (max-width: 782px) {
42
43 .fixed .column-comment_likes {
44 display: none;
45 }
46 }
47