Skip to content

Commit

Permalink
Merge pull request #144 from nextcloud/design/background-tinting
Browse files Browse the repository at this point in the history
Darken background, adjust to new modal component
  • Loading branch information
jancborchardt authored Mar 13, 2019
2 parents 17801c5 + e630bca commit 01668c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
z-index: 9999;
overflow: hidden;
background-color: #fff;
border-radius: 3px;
border-radius: var(--border-radius-large);
box-sizing: border-box;
}

Expand Down Expand Up @@ -196,9 +196,9 @@
height: 100%;
background-color: black;
z-index: 3001;
-moz-opacity: 0.7;
opacity:.70;
filter: alpha(opacity=70);
-moz-opacity: .85;
opacity: .85;
filter: alpha(opacity=85);
}

small.unsaved-star {
Expand Down

0 comments on commit 01668c0

Please sign in to comment.