Subversion Repositories SmartDukaan

Rev

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

Rev 23170 Rev 23181
Line 7... Line 7...
7
  background: white;
7
  background: white;
8
  background-color:white;
8
  background-color:white;
9
}
9
}
10
.table-striped > tbody > tr:hover > td,
10
.table-striped > tbody > tr:hover > td,
11
	.table-striped > tbody > tr:hover {
11
	.table-striped > tbody > tr:hover {
12
	  background-color: #D3181F;
12
	  background-color: #e98c8f;
13
	  color:white;
13
	  color:white;
14
	  font-weight:600;
14
	  font-weight:600;
15
	}
15
	}
16
	.btn:hover{
16
	.btn:hover{
17
  	color: grey;
17
  	color: grey;
Line 124... Line 124...
124
	    	</div>
124
	    	</div>
125
    	#end
125
    	#end
126
</section>
126
</section>
127
 
127
 
128
<div id="bagModel" class="modal fade" role="dialog">
128
<div id="bagModel" class="modal fade" role="dialog">
129
  		<div class="modal-dialog modal-lg">
129
  		<div class="modal-dialog modal-md">
130
	       <!-- Modal content-->
130
	       <!-- Modal content-->
131
		    <div class="modal-content">
131
		    <div class="modal-content">
132
		      <div class="modal-header">
132
		      <div class="modal-header">
133
		        <button type="button" class="close" data-dismiss="modal">&times;</button>
133
		        <button type="button" class="close" data-dismiss="modal">&times;</button>
134
		        <h4 class="modal-title">Add Item To Bag</h4>
134
		        <h4 class="modal-title">Add Item To Bag</h4>
Line 141... Line 141...
141
					<h4 class="modal-title">Enter Quantity</h4>
141
					<h4 class="modal-title">Enter Quantity</h4>
142
					<span>
142
					<span>
143
						<input type="number" min="1" class="form-control quantity"></input>
143
						<input type="number" min="1" class="form-control quantity"></input>
144
					</span>
144
					</span>
145
				<hr/>
145
				<hr/>
146
				<span class="input-group-btn">
146
				<span>
147
					<button type="submit" id="addToBagButton" class="btn btn-primary">Submit!</button>
147
					<button type="submit" id="addToBagButton" class="btn btn-primary">Submit!</button>
148
		       	</span>
148
		       	</span>
149
			  </div>
149
			  </div>
150
		    </div>
150
		    </div>
151
		</div>
151
		</div>