Skip to content

Commit 9f54313

Browse files
committed
jquery: Add jQuery UI and Mobile colors to blog.css
Ref jquery/infrastructure-puppet#17.
1 parent 004b46e commit 9f54313

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/jquery/css/blog.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
#comments .commentlist > li.bypostauthor {
4444
border-color: #0769ad; /* jQuery Primary Blue */
4545
}
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+
}
4652
#comments .commentlist > li.bypostauthor .comment-meta {
4753
background: #ddd;
4854
border-radius: 3px 3px 0 0;

0 commit comments

Comments
 (0)