Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / static / fusion / raptor / css / picker.css
1 .picker_layer {
2         font-family: Arial, Helvetica, sans-serif;
3         font-size: 12px;
4         text-decoration: none;
5         background-color: #d4d0c8;
6         border-width: 1px;
7         border-style: solid;
8         border-color: #666666;
9         overflow: visible;
10         height: auto;
11         width: auto;
12 }
13 .picker_buttons {
14         font-family: Arial, Helvetica, sans-serif;
15         font-size: 12px;
16         background-color:#d4d0c8;
17         border-style:solid;
18         border-color:#666666;
19         border-width:1px;
20         padding:1px;
21         cursor:pointer;
22         color:#000000;
23 }
24 .cell_color {
25         cursor:pointer;
26         width:9px;
27         height:9px;
28 }
29 .color_table {
30         font-family: Arial, Helvetica, sans-serif;
31         font-size: 12px;
32         text-decoration: none;
33 }
34 .choosed_color_cell{
35         border-style:solid; border-color:#000000; border-width:1px;
36 }
37 .default_color_btn{
38         width:17px; height:17px; background-image:url(defaultcolor.jpg);
39         background-repeat:no-repeat; background-position:center;
40 }