Revision 3dc38c0f snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss | ||
---|---|---|
545 | 545 |
position: relative; |
546 | 546 |
font-size: emCalc(12px); |
547 | 547 |
top:($bar-height - 30px)/2; |
548 |
&:hover { |
|
549 |
@include transition(background, 0ms, ease-out); |
|
550 |
} |
|
548 | 551 |
span { |
549 | 552 |
display: inline-block; |
550 | 553 |
height: 30px; |
551 | 554 |
line-height:30px; |
552 | 555 |
float: left; |
556 |
&:hover { |
|
557 |
@include transition(background, 0ms, linear); |
|
558 |
} |
|
553 | 559 |
} |
554 | 560 |
} |
555 | 561 |
.prev { |
... | ... | |
563 | 569 |
} |
564 | 570 |
&:hover { |
565 | 571 |
background-position:left bottom; |
566 |
@include transition(background, 0, ease-out); |
|
567 | 572 |
span { |
568 | 573 |
background-position:right bottom; |
569 |
@include transition(background, 0, ease-out); |
|
570 | 574 |
} |
571 | 575 |
} |
572 | 576 |
} |
... | ... | |
581 | 585 |
} |
582 | 586 |
&:hover { |
583 | 587 |
background-position:right bottom; |
584 |
@include transition(background, 0, ease-out); |
|
585 | 588 |
span { |
586 | 589 |
background-position:left bottom; |
587 |
@include transition(background, 0, ease-out); |
|
588 | 590 |
} |
589 | 591 |
} |
590 | 592 |
} |
Also available in: Unified diff