Css improvements

This commit is contained in:
cgfhtw
2024-01-18 15:40:56 +01:00
parent bc71415dd5
commit dc973217b7
2 changed files with 63 additions and 3 deletions
+11
View File
@@ -5664,3 +5664,14 @@
}
/* Customizations to the designer theme should be defined here */
.p-inputtext {
padding: 0.375rem 0.75rem;
}
.p-inputtext:enabled:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}