Subversion Repositories SmartDukaan

Rev

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

Rev 2209 Rev 4004
Line 42... Line 42...
42
  </ui:style>
42
  </ui:style>
43
 
43
 
44
  <ui:style field='selectionStyle'
44
  <ui:style field='selectionStyle'
45
    type='in.shop2020.hotspot.dashbaord.client.inbox.OrderList.SelectionStyle'>
45
    type='in.shop2020.hotspot.dashbaord.client.inbox.OrderList.SelectionStyle'>
46
    
46
    
47
  .alertsRow {
47
  .fatalRow {	
48
  	
-
 
49
  	color:red
48
  	background-color:red;
50
  }  
49
  }  
51
  
50
  
52
  .alertsRow td {
51
  .fatalRow td {
-
 
52
    border-top: 1px solid #88a4d6;
-
 
53
    border-bottom: 1px solid #7b97d0;
-
 
54
  }
-
 
55
 
-
 
56
  .criticalRow {	
-
 
57
  	background-color:orange;
-
 
58
  }
-
 
59
  
-
 
60
  .criticalRow td {
53
    border-top: 1px solid #88a4d6;
61
    border-top: 1px solid #88a4d6;
54
    border-bottom: 1px solid #7b97d0;
62
    border-bottom: 1px solid #7b97d0;
55
  }
63
  }
56
 
64
 
57
  .selectedRow {
65
  .selectedRow {