1759ad2a7485a9c828bcf23589ad7c8ec4503e28
[myslice.git] / plugins / resources_selected / static / css / resources_selected.css
1 /* 
2     Document   : ResourcesSelected
3     Created on : 9 août 2012, 11:54:41
4     Author     : loicbaron
5     Description:
6         Purpose of the stylesheet follows.
7 */
8
9 tr.add td{ 
10     background-color: #E3F6CE;
11 }
12 tr.remove td{ 
13     background-color: #F6CECE;
14 }
15 .ResourceSelectedClose{
16     cursor: pointer;
17 }
18
19 .ResourcesSelected .added {
20     background-color: #E3F6CE;
21 }
22 .ResourcesSelected .removed {
23     background-color: #F6CECE;
24 }