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 {
position: absolute;
right: 5px;
left: 100%;
z-index: 490;
top: 4px;
top: 8px;
width: 800px;
height: 100px;
background-color: $secondary;
button {
margin-left: 8px;
background-color: scale-color($primary, $lightness: 70%);
border-top: 1px solid $tertiary;
border-left: 1px solid $tertiary;
border-bottom: 1px solid scale-color-diff();
border-right: 1px solid scale-color-diff();
border: 1px solid scale-color($primary, $lightness: 60%);
color: $primary;
}
}