X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/71a09bcf6eff97ae2017510d30bef8db37406d3c..refs/pull/4103/head:/resources/sass/_components.scss diff --git a/resources/sass/_components.scss b/resources/sass/_components.scss index ac0d913aa..825501364 100644 --- a/resources/sass/_components.scss +++ b/resources/sass/_components.scss @@ -1057,7 +1057,7 @@ $btt-size: 40px; list-style: none; padding: 0; margin: 0; - max-height: 250px; + max-height: 280px; overflow-y: scroll; border: 1px solid; @include lightDark(border-color, #DDD, #000); @@ -1085,6 +1085,9 @@ $btt-size: 40px; color: #AAA; cursor: grab; } + button { + opacity: .6; + } .handle svg { margin: 0; } @@ -1097,6 +1100,9 @@ $btt-size: 40px; &:hover .handle { @include lightDark(color, #444, #FFF); } + &:hover button { + opacity: 1; + } a:hover { text-decoration: none; } @@ -1104,7 +1110,6 @@ $btt-size: 40px; input.scroll-box-search, .scroll-box-header-item { font-size: 0.8rem; - padding: $-xs $-m; border: 1px solid; @include lightDark(border-color, #DDD, #000); @include lightDark(background-color, #FFF, #222); @@ -1125,6 +1130,9 @@ input.scroll-box-search, .scroll-box-header-item { .scroll-box[refs="shelf-sort@shelf-book-list"] [data-action="add"] { display: none; } -.scroll-box[refs="shelf-sort@all-book-list"] [data-action="remove"] { +.scroll-box[refs="shelf-sort@all-book-list"] [data-action="remove"], +.scroll-box[refs="shelf-sort@all-book-list"] [data-action="move_up"], +.scroll-box[refs="shelf-sort@all-book-list"] [data-action="move_down"], +{ display: none; } \ No newline at end of file