src/pyams_skin/resources/less/tables.less
changeset 204 8a2dde430b94
parent 201 147100af7a41
child 238 7067525001a8
equal deleted inserted replaced
203:d811cf32fb09 204:8a2dde430b94
   125 
   125 
   126 .table-hover {
   126 .table-hover {
   127 	>tbody >tr:hover >td,
   127 	>tbody >tr:hover >td,
   128 	>tbody >tr:hover >th {
   128 	>tbody >tr:hover >th {
   129 		background-color: #eee;
   129 		background-color: #eee;
       
   130 	}
       
   131 }
       
   132 
       
   133 th,
       
   134 td {
       
   135 	&.col-xs-hide {
       
   136 		@media (max-width: 768px) {
       
   137 			display: none!important;
       
   138 		}
       
   139 	}
       
   140 	&.col-sm-hide {
       
   141 		@media (min-width: 768px) and (max-width: 992px) {
       
   142 			display: none!important;
       
   143 		}
       
   144 	}
       
   145 	&.col-md-hide {
       
   146 		@media (min-width: 992px) and (max-width: 1200px) {
       
   147 			display: none!important;
       
   148 		}
       
   149 	}
       
   150 	&.col-lg-hide {
       
   151 		@media (min-width: 1200px) {
       
   152 			display: none!important;
       
   153 		}
   130 	}
   154 	}
   131 }
   155 }
   132 
   156 
   133 th.checker,
   157 th.checker,
   134 td.checker {
   158 td.checker {