forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 22:40:18 -06:00
parent 8f06e6942c
commit 755a923867
2 changed files with 4 additions and 1 deletions

View File

@ -404,6 +404,9 @@
.btn-blue {
@apply bg-gradient-to-t from-blue-700 to-blue-600 hover:from-blue-600 hover:to-blue-700 border-blue-900 text-gray-100 focus:text-gray-200;
}
.btn-yellow {
@apply bg-gradient-to-t from-yellow-700 to-yellow-600 hover:from-yellow-600 hover:to-yellow-700 border-yellow-900 text-gray-100 focus:text-gray-200;
}
.btn-gray {
@apply bg-gradient-to-t from-gray-200 to-gray-100 hover:from-gray-100 hover:to-gray-200 border-gray-300 text-gray-700 focus:text-gray-900;
}

View File

@ -154,7 +154,7 @@
</li>
<li>
<div class="label text-black dark:text-gray-200">Damage control</div>
<button class="btn btn-gray w-full" onclick="postToast('/@{{u.username}}/revert_actions')">
<button class="btn btn-blue w-full" onclick="postToast('/@{{u.username}}/revert_actions')">
<i class="fas fa-history fa-sm fa-fw mr-2"></i>
Revert admin actions
</button>