mirror of
https://github.com/bitwarden/desktop.git
synced 2024-12-03 13:23:31 +01: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:
parent
d3425059ba
commit
5bf303a8c6
@ -7,3 +7,33 @@
|
|||||||
border-top-color: #000000;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user