Subversion Repositories SmartDukaan

Rev

Rev 8717 | Rev 19005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8717 Rev 19004
Line 42... Line 42...
42
  }
42
  }
43
  </ui:style>
43
  </ui:style>
44
 
44
 
45
  <ui:style field='selectionStyle'
45
  <ui:style field='selectionStyle'
46
    type='in.shop2020.hotspot.dashbaord.client.inbox.OrderList.SelectionStyle'>
46
    type='in.shop2020.hotspot.dashbaord.client.inbox.OrderList.SelectionStyle'>
-
 
47
  
-
 
48
  .todayShippingInStockRow {
-
 
49
  	background-color:#38B04E;
-
 
50
  }
-
 
51
  
-
 
52
  .todayShippingInStockRow td {
-
 
53
  	border-top: 1px solid #88a4d6;
-
 
54
    border-bottom: 1px solid #7b97d0;
-
 
55
  }
-
 
56
  
-
 
57
  .todayShippingNotInStockRow {
-
 
58
  	background-color:#FF0000;
-
 
59
  }
-
 
60
  
-
 
61
  .todayShippingNotInStockRow td {
-
 
62
  	border-top: 1px solid #88a4d6;
-
 
63
    border-bottom: 1px solid #7b97d0;
-
 
64
  }
-
 
65
  
-
 
66
  .laterShippingRow {
-
 
67
  	background-color:#F5FD0D;
-
 
68
  }
-
 
69
  
-
 
70
  .laterShippingRow td {
-
 
71
  	border-top: 1px solid #88a4d6;
-
 
72
    border-bottom: 1px solid #7b97d0;
-
 
73
  }
47
    
74
    
48
  .fatalRow {	
75
  .fatalRow {	
49
  	background-color:red;
76
  	background-color:#A85030;
50
  }  
77
  }  
51
  
78
  
52
  .fatalRow td {
79
  .fatalRow td {
53
    border-top: 1px solid #88a4d6;
80
    border-top: 1px solid #88a4d6;
54
    border-bottom: 1px solid #7b97d0;
81
    border-bottom: 1px solid #7b97d0;