mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
reduce transparency of controls bar for less distraction
This commit is contained in:
parent
c632ea854f
commit
2a1fcb1eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue