Fix issues close and reopen button text and styles
This commit is contained in:
parent
2a750bf2ca
commit
fa4c38f32b
3 changed files with 20 additions and 3 deletions
|
@ -65,6 +65,23 @@ input.check_all_issues {
|
|||
}
|
||||
}
|
||||
|
||||
.btn.close_issue {
|
||||
color: #B94A48;
|
||||
font-weight: bold;
|
||||
@include shade;
|
||||
&:hover {
|
||||
color: #B94A48;
|
||||
}
|
||||
}
|
||||
.btn.reopen_issue {
|
||||
color: #468847;
|
||||
font-weight: bold;
|
||||
@include shade;
|
||||
&:hover {
|
||||
color: #468847;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) { .issues_filters select { width:160px; } }
|
||||
@media (min-width: 1000px) { .issues_filters select { width:200px; } }
|
||||
@media (min-width: 1200px) { .issues_filters select { width:220px; } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue