FIX: select + replies could not be selected

This commit is contained in:
Sam 2014-10-07 16:53:19 +11:00
parent 620c3b3dcd
commit a7618ec4f6
1 changed files with 7 additions and 6 deletions

View File

@ -944,16 +944,17 @@ $topic-avatar-width: 45px;
.select-posts { .select-posts {
position: absolute; position: absolute;
right: 5px; left: 100%;
z-index: 490; z-index: 490;
top: 4px; top: 8px;
width: 800px;
height: 100px;
background-color: $secondary;
button { button {
margin-left: 8px;
background-color: scale-color($primary, $lightness: 70%); background-color: scale-color($primary, $lightness: 70%);
border-top: 1px solid $tertiary; border: 1px solid scale-color($primary, $lightness: 60%);
border-left: 1px solid $tertiary;
border-bottom: 1px solid scale-color-diff();
border-right: 1px solid scale-color-diff();
color: $primary; color: $primary;
} }
} }