change controls bar color to white for less grey-in-grey design

This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 15:25:17 +02:00
parent 59629e688c
commit c632ea854f
1 changed files with 2 additions and 2 deletions

View File

@ -250,8 +250,8 @@ input[type="submit"].enabled {
width: 100%;
padding: 0;
margin: 0;
background-color: rgba(235, 235, 235, .85);
border-bottom: 1px solid #e7e7e7;
background-color: rgba(255, 255, 255, .85);
border-bottom: 1px solid #f8f8f8;
z-index: 50;
-webkit-user-select: none;
-moz-user-select: none;