Subversion Repositories SmartDukaan

Rev

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

Rev 19012 Rev 19013
Line 71... Line 71...
71
    border-top: 1px solid #88a4d6;
71
    border-top: 1px solid #88a4d6;
72
    border-bottom: 1px solid #7b97d0;
72
    border-bottom: 1px solid #7b97d0;
73
  }
73
  }
74
  
74
  
75
  .badInventory {	
75
  .badInventory {	
76
  	background-color:#e6e6e6;
76
  	background-color: #e6e6e6;
77
  }
77
  }
78
  
78
  
79
  .badInventory td {
79
  .badInventory td {
80
    border-top: 1px solid #666666;
80
    border-top: 1px solid #666666;
81
    border-bottom: 1px solid #666666;
81
    border-bottom: 1px solid #666666;
82
  }
82
  }
83
  
83
  
84
  .todayShippingInStockRow {
84
  .todayShippingInStockRow {
85
  	background-color:#38B04E;
85
  	background-color: #38B04E;
86
  }
86
  }
87
  
87
  
88
  .todayShippingInStockRow td {
88
  .todayShippingInStockRow td {
89
  	border-top: 1px solid #88a4d6;
89
  	border-top: 1px solid #88a4d6;
90
    border-bottom: 1px solid #7b97d0;
90
    border-bottom: 1px solid #7b97d0;
91
  }
91
  }
92
  
92
  
93
  .todayShippingNotInStockRow {
93
  .todayShippingNotInStockRow {
94
  	background-color:#FF0000;
94
  	background-color: #FF0000;
95
  }
95
  }
96
  
96
  
97
  .todayShippingNotInStockRow td {
97
  .todayShippingNotInStockRow td {
98
  	border-top: 1px solid #88a4d6;
98
  	border-top: 1px solid #88a4d6;
99
    border-bottom: 1px solid #7b97d0;
99
    border-bottom: 1px solid #7b97d0;
100
  }
100
  }
101
  
101
  
102
  .laterShippingRow {
102
  .laterShippingRow {
103
  	background-color:#F5FD0D;
103
  	background-color: #F5FD0D;
104
  }
104
  }
105
  
105
  
106
  .laterShippingRow td {
106
  .laterShippingRow td {
107
  	border-top: 1px solid #88a4d6;
107
  	border-top: 1px solid #88a4d6;
108
    border-bottom: 1px solid #7b97d0;
108
    border-bottom: 1px solid #7b97d0;