src/ztfy/myams/resources/less/buttons.less
changeset 156 61176c64158d
parent 130 e3cb023c73b6
child 206 02a40997d8cb
equal deleted inserted replaced
155:e0fb6fd568eb 156:61176c64158d
    45 }
    45 }
    46 
    46 
    47 .btn {
    47 .btn {
    48 	padding: 6px 12px;
    48 	padding: 6px 12px;
    49 	border-radius: 2px;
    49 	border-radius: 2px;
    50 	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    50 	//box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    51 	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    51 	//-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    52 
    52 
    53 	.btn-toolbar & {
    53 	.btn-toolbar & {
    54 		padding: 4px;
    54 		padding: 4px;
    55 	}
    55 	}
    56 	&:active {
    56 	&:active {
   289 		border: 1px solid #bfbfbf;
   289 		border: 1px solid #bfbfbf;
   290 		color: #6D6A69;
   290 		color: #6D6A69;
   291 		font-size: 17px;
   291 		font-size: 17px;
   292 		margin: 10px 0 0;
   292 		margin: 10px 0 0;
   293 
   293 
       
   294 		&[href] {
       
   295 			cursor: pointer!important;
       
   296 		}
   294 		&:hover {
   297 		&:hover {
   295 			border: 1px solid #bfbfbf;
   298 			border: 1px solid #bfbfbf;
   296 			color: #222;
   299 			color: #222;
   297 			-webkit-transition: all 0s;
   300 			-webkit-transition: all 0s;
   298 			transition: all 0s;
   301 			transition: all 0s;