We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004b46e commit 9f54313Copy full SHA for 9f54313
themes/jquery/css/blog.css
@@ -43,6 +43,12 @@
43
#comments .commentlist > li.bypostauthor {
44
border-color: #0769ad; /* jQuery Primary Blue */
45
}
46
+.jquery-ui #comments .commentlist > li.bypostauthor {
47
+ border-color: #b24926; /* jQuery UI Secondary Orange */
48
+}
49
+.jquery-mobile #comments .commentlist > li.bypostauthor {
50
+ border-color: #108040; /* jQuery Mobile Secondary Green */
51
52
#comments .commentlist > li.bypostauthor .comment-meta {
53
background: #ddd;
54
border-radius: 3px 3px 0 0;
0 commit comments