summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-08 21:33:53 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-21 14:00:32 +0200
commitadffaff08185685bad265ba546ee5da517007cdd (patch)
tree3d2f48e822b76c1f680f9326daba3caab2f62d48 /core
parent6978420010cbb902ae3b3b248611f882996909a7 (diff)
downloadnextcloud-server-adffaff08185685bad265ba546ee5da517007cdd.tar.gz
nextcloud-server-adffaff08185685bad265ba546ee5da517007cdd.zip
Fix typo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss27
1 files changed, 18 insertions, 9 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index f2e07515b06..1027ae44e91 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -113,7 +113,7 @@ kbd {
}
}
&.open > ul {
- max-height: 20000px;
+ max-height: 2000px;
}
/* Second level nesting for lists */
> ul {
@@ -199,6 +199,23 @@ kbd {
}
/**
+ * Button styling for menu, edit and undo
+ */
+ .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button,
+ .app-navigation-entry-deleted .app-navigation-entry-deleted-button {
+ border: 0;
+ opacity: 0.5;
+ background-color: transparent;
+ background-repeat: no-repeat;
+ background-position: center;
+ &:hover,
+ &:focus {
+ background-color: transparent;
+ opacity: 1;
+ }
+ }
+
+ /**
* Collapsible menus
*/
.collapse {
@@ -270,14 +287,6 @@ kbd {
}
.app-navigation-entry-utils-menu-button {
button {
- border: 0;
- opacity: .5;
- background-color: transparent;
- background-repeat: no-repeat;
- background-position: center;
- }
- /* Only apply background-image if no icon is set on the button */
- button:not([class^='icon-']):not([class*=' icon-']) {
background-image: url('../img/actions/more.svg?v=1');
}
&:hover button,