diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/components/_referential_overview.sass | 19 | 
1 files changed, 9 insertions, 10 deletions
| diff --git a/app/assets/stylesheets/components/_referential_overview.sass b/app/assets/stylesheets/components/_referential_overview.sass index 0beb8ab67..7a0cc98c5 100644 --- a/app/assets/stylesheets/components/_referential_overview.sass +++ b/app/assets/stylesheets/components/_referential_overview.sass @@ -22,7 +22,7 @@        box-shadow: 0 0 10px rgba(0,0,0,0.5)        z-index: 1    .time-travel -    padding-top: 4px +    padding-top: 3px      padding-bottom: 4px      a.btn:first-child        margin-right: 1px @@ -61,7 +61,7 @@          border-color: $grey          width: auto          flex: 1 1 -        padding: 4px 11px 5px +        padding: 6px 11px          .input-group-btn            right: 10px          &.togglable @@ -117,6 +117,7 @@          padding: 7px 10px          border-bottom: 1px solid $grey          font-size: 0.8em +        display: block          &:last-child            border-bottom: none          .number @@ -135,10 +136,9 @@            overflow: hidden          .name            display: inline-block -          width: $left-size - 50px() +          width: $left-size - 10px            white-space: nowrap            line-height: 20px -          margin-left: 5px            text-overflow: ellipsis            overflow: hidden            vertical-align: bottom @@ -182,8 +182,8 @@            height: 100%            transition: margin 0.5s            background: white -          &:last-child -            box-shadow: 0 -10px 10px rgba(0,0,0,0.5) +          // &:last-child +          //   box-shadow: 0 -10px 10px rgba(0,0,0,0.5)            .week-span              left: 15px              top: 15px @@ -246,18 +246,17 @@              &.selected, &:hover                color: $blue                background-color: transparentize($blue, 0.7) + +            &:hover +              background-color: transparentize(white, 0.7)                &:after                  content: ""                  left: -1px                  right: -1px                  top: 100%                  height: 10000px -                background-color: transparentize($blue, 0.7)                  position: absolute                  z-index: 4 -            &:hover -              background-color: transparentize(white, 0.7) -              &:after                  background-color: transparentize(white, 0.7)        .line | 
