Subversion Repositories SmartDukaan

Rev

Rev 23928 | Rev 32299 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23557 amit.gupta 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>SCHEMES</h3>
32
			<ol class="breadcrumb">
33
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
30122 amit.gupta 34
				<li><i class="icon_document_alt"></i>ADD SCHEMES</li>
23557 amit.gupta 35
			</ol>
36
		</div>
37
	</div>
38
	<div class="row">
39
		<div class="col-lg-12">
30122 amit.gupta 40
			<label>Scheme Ids(Comma Separated)</label>
23557 amit.gupta 41
			<input type="text" id="schemeids"/>
30122 amit.gupta 42
			<label>Catalog Ids(Comma Separated)</label>
43
			<input type="text" id="catalogids"/>
23557 amit.gupta 44
			<button class="btn btn-primary add-schemes">Add Schemes</button>
45
		</div>
46
	</div>
47
</section>