Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / classy / css / components / tabledrag.css
1 /**
2  * @file
3  * Visual styles for table drag.
4  */
5
6 tr.drag {
7   background-color: #fffff0;
8 }
9 tr.drag-previous {
10   background-color: #ffd;
11 }
12 body div.tabledrag-changed-warning {
13   margin-bottom: 0.5em;
14 }