Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Further improve depth of elements #425

Merged
merged 1 commit into from
May 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ portal-header {
width: 100%;
position: absolute;
top: 56px;
z-index: 101;
z-index: 98;
overflow: hidden;
transition: @search-transition;
background: rgba(0,0,0,0.4);
Expand Down
10 changes: 5 additions & 5 deletions uw-frame-components/css/buckyless/notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
width: 18px;
height: 18px;
margin: 0 0 0;
border-radius: 1000px;
border-radius: 50%;
padding: 0;
color: @color1;
z-index: 999;
z-index: 98;
top: 0;
right: 26px;
> .fa-bell {
Expand All @@ -98,7 +98,7 @@
.number-of-nots {
color: @color1;
font-weight: 400;
z-index: 2000;
z-index: 98;
position: absolute;
top: 2px;
left: 12px;
Expand All @@ -122,7 +122,7 @@
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid @grayscale2;
z-index:2000;
z-index: 98;
position: absolute;
top:-14px;
right:10px;
Expand All @@ -139,7 +139,7 @@
height: 46px;
width: 100%;
background-color: @grayscale2;
z-index:100;
z-index: 98;
position: fixed;
display: flex;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
z-index: 98;
border-radius: 3px;
top: 0;

Expand Down