reduce transparency of controls bar for less distraction

This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 15:26:38 +02:00
parent c632ea854f
commit 2a1fcb1eb3

View file

@ -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;