您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

filament.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @import '../../vendor/filament/filament/resources/css/app.css';
  2. .filament-companies-navigation-menu-button {
  3. @apply bg-transparent;
  4. }
  5. .filament-tables-container {
  6. @apply rounded-xl border border-gray-300 bg-moonlight shadow-sm dark:!border-gray-700 dark:!bg-gray-800;
  7. }
  8. [type="text"],
  9. [type="email"],
  10. [type="url"],
  11. [type="password"],
  12. [type="number"],
  13. [type="date"],
  14. [type="datetime-local"],
  15. [type="month"],
  16. [type="search"],
  17. [type="tel"],
  18. [type="time"],
  19. [type="week"],
  20. [multiple],
  21. textarea,
  22. select,
  23. [type="checkbox"],
  24. [type="radio"],
  25. .filament-forms-repeater-component * {
  26. @apply !shadow-none bg-moonlight;
  27. }
  28. div.p-2.space-y-2.bg-white.rounded-xl {
  29. @apply bg-moonlight dark:!bg-gray-800;
  30. }
  31. .filament-tables-empty-state {
  32. @apply bg-moonlight;
  33. }
  34. .filament-tables-row {
  35. @apply transition hover:!bg-gray-100 dark:hover:!bg-gray-500/10 even:!bg-platinum dark:even:!bg-gray-900;
  36. }
  37. .filament-forms-markdown-editor-component-toolbar-button {
  38. @apply bg-moonlight;
  39. }
  40. button.relative.w-full.cursor-default {
  41. @apply bg-moonlight;
  42. }
  43. div.absolute.z-10.my-1.hidden {
  44. @apply bg-moonlight;
  45. }
  46. textarea[id="data.notes"] {
  47. @apply bg-moonlight dark:!bg-gray-700;
  48. }
  49. .filament-modal-window {
  50. @apply bg-moonlight;
  51. }
  52. .filament-stats-card {
  53. @apply bg-moonlight;
  54. }
  55. .filament-dropdown-panel {
  56. @apply bg-moonlight;
  57. }
  58. .filament-forms-tabs-component {
  59. @apply bg-moonlight;
  60. }
  61. .filament-forms-tabs-component-button-active {
  62. @apply bg-moonlight;
  63. }
  64. .choices__inner {
  65. @apply bg-moonlight;
  66. }
  67. .choices__list--dropdown,
  68. .choices__list[aria-expanded] {
  69. @apply bg-moonlight;
  70. }
  71. div.prose.block.h-full {
  72. @apply bg-moonlight;
  73. }
  74. .filament-body {
  75. @apply bg-platinum;
  76. }
  77. .filepond--root[data-style-panel-aspect-ratio] .filepond--drop-label {
  78. transform: translateY(-50%) !important;
  79. position: absolute;
  80. top: 50%;
  81. }
  82. .filament-main-topbar,
  83. .filament-sidebar-header {
  84. @apply bg-translucent dark:!bg-gray-800;
  85. }
  86. .apexcharts-title-text {
  87. @apply fill-gray-600 dark:fill-gray-100 font-semibold !important;
  88. }
  89. .apexcharts-subtitle-text {
  90. @apply fill-gray-500 dark:fill-gray-400 font-normal !important;
  91. }
  92. .apexcharts-legend-text {
  93. @apply text-gray-500 dark:text-gray-400 font-medium !important;
  94. }
  95. .apexcharts-text, .apexcharts-xaxis-label, .apexcharts-yaxis-label {
  96. @apply fill-gray-400 dark:fill-gray-500 font-medium !important;
  97. }
  98. @screen lg {
  99. .filament-sidebar {
  100. @apply bg-transparent dark:!bg-transparent shadow-none lg:!border-r-0 rtl:lg:!border-l-0;
  101. }
  102. .filament-sidebar-header {
  103. @apply border-r rtl:border-l;
  104. }
  105. }
  106. .filament-sidebar-group > button {
  107. @apply outline-offset-8 rounded-sm;
  108. }
  109. .filament-sidebar nav li:not(.filament-sidebar-group) div {
  110. border-top: none;
  111. }
  112. .filament-sidebar-group button p {
  113. @apply text-primary-600 dark:!text-primary-500;
  114. }
  115. .filament-versions-nav-component {
  116. @apply border-t-0;
  117. }