Skip to content

Commit

Permalink
ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 15, 2024
1 parent 0d81222 commit 04c8466
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 178 deletions.
4 changes: 0 additions & 4 deletions AiServer/AiServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@
<ProjectReference Include="..\AiServer.ServiceInterface\AiServer.ServiceInterface.csproj" />
<ProjectReference Include="..\AiServer.ServiceModel\AiServer.ServiceModel.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="wwwroot\mjs\pages\" />
</ItemGroup>

</Project>
7 changes: 4 additions & 3 deletions AiServer/tailwind.input.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ b, strong { font-weight:600; }
[v-cloak] {display:none}

/* @tailwindcss/forms css */
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='month'],[type='search'],[type='tel'],[type='time'],[multiple],textarea,select
[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
{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:0.5rem 0.75rem;font-size:1rem;line-height:1.5rem}
[type='text']:focus,[type='email']:focus,[type='url']:focus,[type='password']:focus,[type='number']:focus,[type='date']:focus,[type='month']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[multiple]:focus,textarea:focus,select:focus{
[type='text']:focus,[type='email']:focus,[type='url']:focus,[type='password']:focus,[type='number']:focus,[type='date']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='color']:focus,[multiple]:focus,textarea:focus,select:focus{
outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
Expand Down Expand Up @@ -50,7 +50,8 @@ select{
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{border-color:transparent;background-color:currentColor}
[type='file']{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}
[type='file']:focus{outline:1px auto -webkit-focus-ring-color;}

[type='color']{height:2.4rem;padding:2px 3px}
[type='range']{height:2.4rem}

/* @tailwindcss/aspect css */
.aspect-h-9 {
Expand Down
Loading

0 comments on commit 04c8466

Please sign in to comment.