Skip to content

Commit

Permalink
FTO Issue 7078, missing semicolon (publiclab#7171)
Browse files Browse the repository at this point in the history
* Admin dashboard spam moderate buttons color changed issue 7083

* Missing semicolon issue 7078
  • Loading branch information
giovannyg authored and priyanka-choubey committed Jan 14, 2020
1 parent 38da3f4 commit 23873ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,16 @@ div.note.moderated h4 {
}

.note p.moderated .btn {
color: #940;
color: #940 !important;
border-color: #eb8;
background: none;
font-size: smaller;
}

.note p.moderated .btn:hover {
background-color: rgba(238, 187, 136, 0.5);
}

.btn-primary {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
Expand Down

0 comments on commit 23873ba

Please sign in to comment.