summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-01-11 12:13:10 +0100
committerJulius Härtl <jus@bitgrid.net>2018-01-11 12:13:10 +0100
commitf8910ad898f6c24dcd5a7d14dff6d33dc754ea8f (patch)
tree3ff2a386323248e45767d1e7c6c423083f4783cd /settings/css
parentd56c566ff5b5584d1da03ceecf3b655ae36168f2 (diff)
downloadnextcloud-server-f8910ad898f6c24dcd5a7d14dff6d33dc754ea8f.tar.gz
nextcloud-server-f8910ad898f6c24dcd5a7d14dff6d33dc754ea8f.zip
Fix popover and styling in user management
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss42
1 files changed, 16 insertions, 26 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 268cb0eee5d..d2dd973e887 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -347,7 +347,7 @@ table.nostyle {
}
.token-list {
td > a.icon {
- opacity: 0;
+
transition: opacity 0.5s;
}
a.icon {
@@ -563,36 +563,26 @@ tr:hover > td {
}
td.userActions {
- width: 25px;
- text-align: center;
- position: relative;
- .action {
- position: relative;
- top: 3px;
- }
+ width: 44px;
.toggleUserActions {
- border: none;
- background-color: rgba(0, 0, 0, 0);
- width: 34px;
- height: 34px;
- margin: 0;
- opacity: 0.5;
- &:hover,
- &:focus {
- background-color: transparent;
- opacity: 1;
+ width: 44px;
+ height: 44px;
+ position: relative;
+ .action {
+ display: block;
+ padding: 14px;
+ opacity: 0.5;
+ .icon-more {
+ display: inline-block;
+ }
+ &:hover,
+ &:focus {
+ opacity: 1;
+ }
}
}
}
-tr.active td.userActions .action {
- opacity: 1;
-}
-
-td.userActions .action:hover {
- cursor: pointer;
-}
-
div.recoveryPassword {
left: 50em;
display: block;