Skip to content

Commit

Permalink
Fix popover margin and width
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Dec 7, 2016
1 parent b190153 commit 2eca4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,14 +549,6 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
border-top-right-radius: 3px;
min-width: 100px;
}
.bubble:after,
#app-navigation .app-navigation-entry-menu:after {
right: 12px;
}
.bubble:before,
#app-navigation .app-navigation-entry-menu:before {
right: 6px;
}

/* force show the loading icon, not only on hover */
#fileList .icon-loading-small {
Expand Down
4 changes: 2 additions & 2 deletions core/css/apps.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
border-radius: 3px;
border-top-right-radius: 0;
z-index: 110;
margin: 5px;
margin-top: -5px;
right: 0;
-webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75));
Expand All @@ -316,7 +317,7 @@
.bubble:after,
#app-navigation .app-navigation-entry-menu:after {
bottom: 100%;
right: 0; /* change this to adjust the arrow position */
right: 6px; /* change this to adjust the arrow position */
border: solid transparent;
content: " ";
height: 0;
Expand All @@ -329,7 +330,6 @@
border-color: rgba(238, 238, 238, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px;
}
.bubble .action {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
Expand Down

0 comments on commit 2eca4e6

Please sign in to comment.