Fix #7123 - getting abra ready to test
[Pman.Xtuple] / xtuple.css
1 .strikethrough {
2     
3     text-decoration: line-through;
4      
5 }
6
7  
8
9
10 .dragon-gl-fixedheight   td .x-grid-cell-inner {
11     overflow: hidden;
12     height: 30px;
13 }
14
15 .dragon-not-saved {
16     background-color: #fe6;
17     
18 }
19
20 .dragon-so-complete  {
21     background-color: green;
22     width: 10px;
23     display: inline-block;
24     text-align: center;
25     color: #cfc;
26     font-weight: bold;
27     border: 1px solid #cfc;
28 }
29 .dragon-so-complete-not  {
30     background-color: red;
31     width: 10px;
32     display: inline-block;
33     text-align: center;
34     color: #fcc;
35     font-weight: bold;
36     border: 1px solid #fcc;
37 }
38 .dragon-so-complete-part  {
39     background-color: blue;
40     width: 10px;
41     display: inline-block;
42     text-align: center;
43     color: #ccf;
44     font-weight: bold;
45     border: 1px solid #ccf;
46 }