mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
Css improvements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user