Skip to content

Commit 3a30504

Browse files
committed
cs tweaks
1 parent 22792e1 commit 3a30504

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MyApp/tailwind.input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
[type='file']:focus{outline:1px auto -webkit-focus-ring-color;}
118118
[type='color']{height:2.4rem;padding:2px 3px}
119119
[type='range']{height:2.4rem}
120+
[type='button'],button[type='submit']{cursor:pointer}
120121

121122
@media (min-width: 640px) {
122123
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='week'],[type='search'],[type='tel'],[type='time'],[type='color'],[multiple],textarea,select {

MyApp/wwwroot/lib/tailwind/creatorkit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ export class Store {
883883

884884
const ModalForm = {
885885
template: /*html*/`<div class="relative z-10" aria-labelledby="modal-title" role="dialog" aria-modal="true">
886-
<div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"></div>
886+
<div class="fixed inset-0 bg-gray-500/75 transition-opacity"></div>
887887
<div class="fixed inset-0 z-10 overflow-y-auto">
888888
<div class="flex min-h-full items-end justify-center p-4 text-center sm:items-center sm:p-0">
889889
<div class="relative transform overflow-hidden rounded-lg bg-white dark:bg-black text-left shadow-xl transition-all sm:my-8 sm:w-full sm:max-w-lg">

0 commit comments

Comments
 (0)