plugins: updated query_editor
[myslice.git] / plugins / resources_selected / 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 input.myslice_action {
20    font-size:13px;
21    font-family:Arial,sans-serif;
22    font-weight:bold;
23    color:#0066CC;
24    width:100px;
25    height:30px;
26    background-color:#FF9933;
27 }