Lines 502-573
tbody {
Link Here
|
502 |
} |
502 |
} |
503 |
} |
503 |
} |
504 |
|
504 |
|
505 |
button, |
|
|
506 |
div, |
507 |
a { |
508 |
&.dt-button { |
509 |
background: transparent none; |
510 |
border: 0; |
511 |
color: #696969; |
512 |
font-size: 1em; |
513 |
line-height: 1.7em; |
514 |
margin: 0 3px 0 0; |
515 |
padding: 0 .5em; |
516 |
position: relative; |
517 |
|
518 |
&::before { |
519 |
content: ''; |
520 |
} |
521 |
|
505 |
|
522 |
&.disabled { |
506 |
input { |
523 |
color: #999; |
507 |
&[type="search"] { |
524 |
cursor: default; |
508 |
border: 1px solid #CCC; |
|
|
509 |
} |
510 |
} |
525 |
|
511 |
|
526 |
span { |
512 |
&:empty { |
527 |
background-color: transparent; |
513 |
border: 0; |
528 |
} |
514 |
padding: 0; |
529 |
} |
515 |
} |
|
|
516 |
} /* /.pager */ |
530 |
|
517 |
|
531 |
&:active, |
518 |
button, |
532 |
&:focus { |
519 |
div, |
533 |
background: transparent none; |
520 |
a { |
534 |
border: 0; |
521 |
&.dt-button { |
535 |
box-shadow: none; |
522 |
background: transparent none; |
536 |
text-shadow: none; |
523 |
border: 0; |
|
|
524 |
color: #696969; |
525 |
font-size: 1em; |
526 |
line-height: 1.7em; |
527 |
margin: 0 3px 0 0; |
528 |
padding: 0 .5em; |
529 |
position: relative; |
537 |
|
530 |
|
538 |
&:not(.disabled):hover:not(.disabled) { |
531 |
&::before { |
539 |
background: transparent none; |
532 |
content: ''; |
540 |
box-shadow: none; |
533 |
} |
541 |
} |
|
|
542 |
} |
543 |
|
534 |
|
544 |
&:hover { |
535 |
&.disabled { |
545 |
background: transparent none; |
536 |
color: #999; |
546 |
border: 0; |
537 |
cursor: default; |
547 |
|
538 |
|
548 |
&:not(.disabled) { |
539 |
span { |
549 |
background: transparent none; |
540 |
background-color: transparent; |
550 |
} |
|
|
551 |
} |
541 |
} |
|
|
542 |
} |
552 |
|
543 |
|
553 |
&.active:not(.disabled):hover:not(.disabled) { |
544 |
&:active, |
|
|
545 |
&:focus { |
546 |
background: transparent none; |
547 |
border: 0; |
548 |
box-shadow: none; |
549 |
text-shadow: none; |
550 |
|
551 |
&:not(.disabled):hover:not(.disabled) { |
554 |
background: transparent none; |
552 |
background: transparent none; |
555 |
box-shadow: none; |
553 |
box-shadow: none; |
556 |
} |
554 |
} |
557 |
} |
555 |
} |
558 |
} |
|
|
559 |
|
556 |
|
560 |
input { |
557 |
&:hover { |
561 |
&[type="search"] { |
558 |
background: transparent none; |
562 |
border: 1px solid #CCC; |
559 |
|
|
|
560 |
&:not(.disabled) { |
561 |
border: none; |
562 |
background: transparent none; |
563 |
} |
563 |
} |
564 |
} |
564 |
} |
|
|
565 |
|
565 |
|
566 |
&:empty { |
566 |
&.active:not(.disabled):hover:not(.disabled) { |
567 |
border: 0; |
567 |
background: transparent none; |
568 |
padding: 0; |
568 |
box-shadow: none; |
|
|
569 |
} |
569 |
} |
570 |
} |
570 |
} /* /.pager */ |
571 |
} |
571 |
|
572 |
|
572 |
.toptabs { |
573 |
.toptabs { |
573 |
.pager { |
574 |
.pager { |
574 |
- |
|
|