src/cm/media/css/site/text_view_comments/c-style-notelike.css
author ymh <ymh.work@gmail.com>
Fri, 14 Mar 2014 13:16:10 +0100
changeset 611 fa66f4bb1563
parent 600 fda73ac53450
permissions -rw-r--r--
add some more custom config and put every thing in comment in the custom.yaml template

/* OVERRIDE */
.c-comment {
    border:1px solid #FCFC6B;
    background-color: #FFFFBD;
}

.c-comment .yui3-widget-hd {
    background-color: #FCFC6B;
}

.c-comment a.c-close, .c-comment a.c-show-scope  {
    background-position: 0 -162px ;
}