diff options
-rw-r--r-- | core/css/guest.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css index 88341fb903a..a5f6b57533f 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -181,10 +181,10 @@ select { width: auto; min-width: 25px; padding: 5px; - background-color: rgba(240,240,240,.9); + background-color: white; font-weight: 600; color: #555; - border: 1px solid rgba(240,240,240,.9); + border: none; cursor: pointer; } input[type='text'], |