src/pyams_skin/resources/js/ext/tinymce/dev/skins/lightgray/Reset.less
changeset 557 bca7a7e058a3
equal deleted inserted replaced
-1:000000000000 557:bca7a7e058a3
       
     1 // Reset
       
     2 
       
     3 .@{prefix}-container, .@{prefix}-container *, .@{prefix}-widget, .@{prefix}-widget *, .@{prefix}-reset {
       
     4 	margin: 0; padding: 0; border: 0; outline: 0;
       
     5 	vertical-align: top; background: transparent;
       
     6 	text-decoration: none; color: @text;
       
     7 	font-family: @font-family;
       
     8 	font-size: @font-size; text-shadow: none; float: none;
       
     9 	position: static; width: auto; height: auto;
       
    10 	white-space: nowrap; cursor: inherit;
       
    11 	-webkit-tap-highlight-color: transparent;
       
    12 	line-height: normal; font-weight: normal;
       
    13 	text-align: left;
       
    14 	-moz-box-sizing: content-box;
       
    15 	-webkit-box-sizing: content-box;
       
    16 	box-sizing: content-box;
       
    17 	direction: ltr;
       
    18 	max-width: none;
       
    19 }
       
    20 
       
    21 .@{prefix}-widget button {
       
    22 	-moz-box-sizing: border-box;
       
    23 	-webkit-box-sizing: border-box;
       
    24 	box-sizing: border-box;
       
    25 }
       
    26 
       
    27 .@{prefix}-container *[unselectable] {
       
    28 	-moz-user-select: none;
       
    29 	-webkit-user-select: none;
       
    30 	-o-user-select: none;
       
    31 	user-select: none;
       
    32 }