diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 60025bf2922..7a2316b954c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -250,7 +250,7 @@ input[type="submit"].enabled { width: 100%; padding: 0; margin: 0; - background-color: rgba(255, 255, 255, .85); + background-color: rgba(255, 255, 255, .95); border-bottom: 1px solid #f8f8f8; z-index: 50; -webkit-user-select: none; |