Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20909 from anefzaoui/bug-1029175
Browse files Browse the repository at this point in the history
Bug 1029175 - [Homescreen] Notification tray needs visual attention
  • Loading branch information
rvandermeulen committed Jul 14, 2014
2 parents b41c4a8 + 19358f4 commit f445a1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions apps/system/style/notifications/notifications.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,23 @@
overflow-x: hidden;
}


.notification {
position: relative;
height: 6rem;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.9rem;
background-color: rgba(0, 0, 0, 0.5);
border-top: 0.1rem #404547 solid;
border-bottom: 0.1rem black solid;
border-top: 0.1rem solid transparent;
border-bottom: 0.1rem solid transparent;
}

div:not(#notifications-lockscreen-container) > .notification:after{
content: "";
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
width: calc(100% - 7.2rem);
position: absolute;
left: 3.6rem;
bottom: 0;
}

.notification:active {
Expand Down
2 changes: 1 addition & 1 deletion apps/system/style/utility_tray/utility_tray.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
top: calc(-100% + 4.8rem);
width: calc(100%);
height: calc(100% - 2.4rem);
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.9);

transform: translateY(-4rem);
visibility: hidden;
Expand Down

0 comments on commit f445a1a

Please sign in to comment.