You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							577 B
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							577 B
						
					
					
				@import "var";
 | 
						|
 | 
						|
.pager{
 | 
						|
  .page{
 | 
						|
    padding: .3em .5em .2em .5em;
 | 
						|
    margin: 0 .3em;
 | 
						|
    background-color: @pagerPageBgColor;
 | 
						|
    color: @pagerPageColor;
 | 
						|
    &:hover,&.hover{
 | 
						|
      background-color: @pagerHoverBgColor;
 | 
						|
      color: @pagerHoverColor;
 | 
						|
    }
 | 
						|
  }
 | 
						|
  .prev,.next{
 | 
						|
    padding: .4em .6em;
 | 
						|
    margin: 0 .3em;
 | 
						|
    background-color: @pagerDirectionBgColor;
 | 
						|
    color: @pagerDirectionColor;
 | 
						|
    &.invalid{
 | 
						|
      background-color: @pagerInvalidBgColor;
 | 
						|
      color: @pagerInvalidColor;
 | 
						|
      cursor: not-allowed;
 | 
						|
    }
 | 
						|
  }
 | 
						|
  .page-radius{
 | 
						|
    border-radius: .2em;
 | 
						|
  }
 | 
						|
} |