::value for input and secret

Mark Birbeck's picture

The data entry areas for input and secret are simple rectangles:

xf\:input pe-value,
xf\:secret pe-value
{
    display       : inline-block;
    border-top    : 2px inset;
    border-right  : 2px inset; 
    border-bottom : 2px inset; 
    border-left   : 2px inset;
    width         : 250px;
}