1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02:00

prettier (imho) ui on macOS. Requires changed from jslib (commit 9d70cad on https://github.com/Rughalt/bitwarden-jslib) (#245)

This commit is contained in:
Antoni Sobkowicz 2019-04-14 02:14:02 +02:00 committed by Kyle Spearrin
parent d3425059ba
commit 5bf303a8c6

View File

@ -7,3 +7,33 @@
border-top-color: #000000;
}
}
html.os_macos {
body {
-webkit-app-region: drag
}
button, a, span, input, p, h1, h2, h3, h4, h5, h6, img, select, textarea, .box {
-webkit-app-region: no-drag;
}
#login-page, #register-page, #hint-page, #two-factor-page, #lock-page {
.content {
a.settings-icon {
position: absolute;
left: unset;
right: 10px;
span {
margin-right: 8px;
float: left;
}
}
}
}
#groupings {
padding-top: 24px;
}
}