|
Lines 565-575
div,
Link Here
|
| 565 |
a { |
565 |
a { |
| 566 |
&.dt-button { |
566 |
&.dt-button { |
| 567 |
background: transparent none; |
567 |
background: transparent none; |
| 568 |
border: 0; |
568 |
border: 1px solid transparent; |
|
|
569 |
border-radius: 4px; |
| 569 |
color: #000; |
570 |
color: #000; |
| 570 |
font-size: 1em; |
571 |
font-size: 1em; |
| 571 |
line-height: 1.7em; |
572 |
line-height: 1.7em; |
| 572 |
margin: 3px 3px 0; |
573 |
margin: 0 3px 0; |
| 573 |
padding: 0 .5em; |
574 |
padding: 0 .5em; |
| 574 |
|
575 |
|
| 575 |
&::before { |
576 |
&::before { |
|
Lines 578-619
a {
Link Here
|
| 578 |
|
579 |
|
| 579 |
&.disabled { |
580 |
&.disabled { |
| 580 |
background: transparent none; |
581 |
background: transparent none; |
| 581 |
border: 0; |
582 |
border: 1px solid transparent; |
| 582 |
color: #999; |
583 |
color: #999; |
| 583 |
cursor: default; |
584 |
cursor: default; |
| 584 |
|
585 |
|
|
|
586 |
&:focus { |
| 587 |
border: 1px solid #ADADAD; |
| 588 |
} |
| 589 |
|
| 585 |
a, |
590 |
a, |
| 586 |
span { |
591 |
span { |
| 587 |
background: transparent none; |
592 |
background: transparent none; |
| 588 |
} |
593 |
} |
| 589 |
} |
594 |
} |
| 590 |
|
595 |
|
| 591 |
&:active, |
596 |
&:active:not( .disabled ), |
| 592 |
&:focus { |
597 |
&:focus:not( .disabled ) { |
| 593 |
background: transparent none; |
598 |
background: transparent none; |
| 594 |
border: 0; |
599 |
border: 1px solid #ADADAD; |
| 595 |
box-shadow: none; |
600 |
box-shadow: none; |
| 596 |
text-shadow: none; |
601 |
text-shadow: none; |
| 597 |
|
602 |
|
| 598 |
&:not( .disabled ):hover:not( .disabled ) { |
603 |
&:not( .disabled ):hover:not( .disabled ) { |
| 599 |
background: transparent none; |
604 |
background: #EEE none; |
|
|
605 |
border: 1px solid transparent; |
| 600 |
box-shadow: none; |
606 |
box-shadow: none; |
| 601 |
} |
607 |
} |
| 602 |
} |
608 |
} |
| 603 |
|
609 |
|
| 604 |
&:hover { |
610 |
&:hover { |
| 605 |
background: transparent none; |
611 |
background: transparent none; |
| 606 |
border: 0; |
612 |
border: 1px solid transparent; |
| 607 |
|
613 |
|
| 608 |
&:not( .disabled ) { |
614 |
&:not( .disabled ) { |
| 609 |
background: transparent none; |
615 |
background: #EEE none; |
| 610 |
border: 0; |
|
|
| 611 |
} |
616 |
} |
| 612 |
} |
617 |
} |
| 613 |
|
618 |
|
| 614 |
&.active:not( .disabled ):hover:not( .disabled ) { |
619 |
&.active:not( .disabled ):hover:not( .disabled ) { |
| 615 |
background: transparent none; |
620 |
background: #EEE none; |
| 616 |
box-shadow: none; |
621 |
border: 1px solid transparent; |
| 617 |
} |
622 |
} |
| 618 |
} |
623 |
} |
| 619 |
} |
624 |
} |
| 620 |
- |
|
|