kollapsminoriteten/wp-content/plugins/jetpack/modules/comment-likes/admin-style.css

47 lines
922 B
CSS
Raw Normal View History

2019-11-15 23:26:29 +01:00
.fixed .column-comment_likes {
width: 5.5em;
padding: 8px 0;
text-align: center;
}
.fixed .column-stats {
width: 5em;
2025-06-09 09:58:01 +02:00
white-space: nowrap;
2019-11-15 23:26:29 +01:00
}
.fixed .column-comment_likes .comment-like-count {
box-sizing: border-box;
display: inline-block;
padding: 0 8px;
height: 2em;
margin-top: 5px;
border-radius: 5px;
2021-04-27 08:32:47 +02:00
background-color: #787c82;
2019-11-15 23:26:29 +01:00
color: #fff;
font-size: 11px;
line-height: 21px;
}
2025-05-07 06:48:41 +02:00
.fixed .column-comment_likes .comment-like-count::after {
2019-11-15 23:26:29 +01:00
border: none;
}
.fixed .column-comment_likes .comment-like-count:hover {
2021-04-27 08:32:47 +02:00
background-color: #2271b1;
2019-11-15 23:26:29 +01:00
}
2025-05-07 06:48:41 +02:00
.fixed .column-comment_likes .vers::before {
font: 400 20px/1 dashicons;
2019-11-15 23:26:29 +01:00
content: '\f155';
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 782px) {
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.fixed .column-comment_likes {
display: none;
}
}