Subversion Repositories SmartDukaan

Rev

Rev 24845 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23584 ashik.ali 1
<style>
2
	.table-striped > tbody > tr:nth-child(odd) > td{
3
  		background: white;
4
  		background-color: white;
5
	}
6
	.table-striped > tbody > tr:nth-child(even) > td{
7
  		background: white;
8
  		background-color:white;
9
	}
10
	.table-striped > tbody > tr:hover > td,
11
	.table-striped > tbody > tr:hover {
12
		background-color: #e98c8f;
13
	  	color:white;
14
	}
15
	.btn:hover{
16
  		color: grey;
17
  		text-decoration: none;
18
	}
19
	.btn-primary:hover{
20
  		color: grey;
21
  		text-decoration: none;
22
	}
23
	.sale-details{
24
		cursor:pointer;
25
	}
26
</style>
27
 
28
<section class="wrapper">            
29
	<div class="row">
30
		<div class="col-lg-12">
31
			<h3 class="page-header"><i class="icon_document_alt"></i>SALE</h3>
32
			<ol class="breadcrumb">
33
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
34
				<li><i class="icon_document_alt"></i>SEARCH ORDER</li>
35
			</ol>
36
		</div>
37
	</div>
38
 
39
	<div>
40
    	<div class="row">
41
 
42
        	<div class="col-lg-3">
43
            	<input type="text" class="form-control" id="search-order-text"" placeholder="Invoice Number" value="" />
44
        	</div>
45
        	<div class="col-md-1">
46
              	<button class="btn btn-primary submit" id="search-order-button" type="button">Search</button>
47
			</div>
48
 
49
       	</div>
50
   	</div>
51
 
52
</section>
53
<div id="search-order-details-container" style="background:white;background-color:white;">
54
</div>