diff --git a/resources/views/admin/roles/add.blade.php b/resources/views/admin/roles/add.blade.php index 6f78271fe..30cf225ae 100644 --- a/resources/views/admin/roles/add.blade.php +++ b/resources/views/admin/roles/add.blade.php @@ -4,8 +4,8 @@
-
-

+
+

{{ $title }}

@@ -25,7 +25,7 @@ id="name" name="name" required - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500">

@@ -38,7 +38,7 @@ id="apirequests" name="apirequests" value="0" - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500">
@@ -50,7 +50,7 @@ id="downloadrequests" name="downloadrequests" value="0" - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500">
@@ -62,7 +62,7 @@ id="defaultinvites" name="defaultinvites" value="0" - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500">
@@ -74,7 +74,7 @@ id="rate_limit" name="rate_limit" value="60" - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500"> @@ -87,7 +87,7 @@ name="donation" value="0" step="0.01" - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500"> @@ -99,7 +99,7 @@ id="addyears" name="addyears" value="0" - class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md focus:ring-blue-500 focus:border-blue-500"> + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 rounded-md focus:ring-blue-500 focus:border-blue-500"> @@ -115,7 +115,7 @@ name="canpreview" value="1" class="h-4 w-4 text-blue-600 dark:text-blue-400 focus:ring-blue-500 border-gray-300 dark:border-gray-600 rounded"> - +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-
- - + Cancel