Notes votes: use icons instead of borders. Removed unnecessary padding
This commit is contained in:
parent
2aafd7cf4e
commit
64e76a87aa
3 changed files with 22 additions and 10 deletions
|
@ -158,6 +158,18 @@ span.update-author {
|
|||
padding: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
&.label-success {
|
||||
background-color: #8D8;
|
||||
color: #333;
|
||||
text-shadow: 0 1px 1px white;
|
||||
}
|
||||
|
||||
&.label-error {
|
||||
background-color: #D88;
|
||||
color: #333;
|
||||
text-shadow: 0 1px 1px white;
|
||||
}
|
||||
}
|
||||
|
||||
.event_label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue