mirror of
				https://github.com/mperham/sidekiq.git
				synced 2022-11-09 13:52:34 -05:00 
			
		
		
		
	More constrast fixes
This commit is contained in:
		
							parent
							
								
									9b79ed628e
								
							
						
					
					
						commit
						fc37c652bd
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,7 @@ table {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.table-striped > tbody > tr:nth-of-type(odd) {
 | 
			
		||||
  background-color: #444;
 | 
			
		||||
  background-color: #333;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-bordered,
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +52,7 @@ table {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.table-hover > tbody > tr:hover {
 | 
			
		||||
  background-color: #555;
 | 
			
		||||
  background-color: #444;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.alert {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -758,7 +758,7 @@ div.interval-slider input {
 | 
			
		|||
    font-family: Arial, sans-serif;
 | 
			
		||||
    border-radius: 3px;
 | 
			
		||||
    padding: 6px;
 | 
			
		||||
    opacity: .5;
 | 
			
		||||
    opacity: .7;
 | 
			
		||||
    border: 1px solid #e0e0e0;
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    position: absolute;
 | 
			
		||||
| 
						 | 
				
			
			@ -973,7 +973,7 @@ div.interval-slider input {
 | 
			
		|||
}
 | 
			
		||||
.rickshaw_graph .y_ticks text,
 | 
			
		||||
.rickshaw_graph .x_ticks_d3 text {
 | 
			
		||||
    opacity: .5;
 | 
			
		||||
    opacity: .7;
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    pointer-events: none
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue