Skip to content

Commit

Permalink
add button colors in backup page
Browse files Browse the repository at this point in the history
  • Loading branch information
notrinos committed Dec 28, 2021
1 parent 05cb846 commit f1677f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/default/local_style/backups.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ button {
background-color: #367CB5;
border-radius: 4px;
}
button#deldump {
background-color: #D53343;
}
button#restore {
background-color: #E5AE38;
}
button:hover {
cursor: pointer;
}
Expand Down

0 comments on commit f1677f6

Please sign in to comment.